Class AddInPermissionAgreementItem
- Namespace
- Geotab.Checkmate.ObjectModel.AddIns
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The building item of AddInPermissionAgreement.
public class AddInPermissionAgreementItem
- Inheritance
-
AddInPermissionAgreementItem
- Inherited Members
Constructors
AddInPermissionAgreementItem()
public AddInPermissionAgreementItem()
Properties
Description
Gets or sets the consent description in different languages.
public Dictionary<string, string>? Description { get; set; }
Property Value
- Dictionary<string, string>
Example: {"en":"sample description in English", "de":"sample description in German"}.
Id
Gets or sets the consent id.
public string? Id { get; set; }
Property Value
Remarks
This id known by the marketplace.
Url
Gets or sets the url of the Eula page.
public string? Url { get; set; }