Class OptionSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Consent
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for Option.
public class OptionSearch : Search, IEntity
- Inheritance
-
OptionSearch
- Implements
- Inherited Members
Constructors
OptionSearch()
Initializes a new instance of the OptionSearch class.
public OptionSearch()
OptionSearch(Id)
Initializes a new instance of the OptionSearch class.
public OptionSearch(Id id)
Parameters
id
IdThe identifier.
Properties
AuthOptionId
Gets or sets the authorization option related to this Option.
public string? AuthOptionId { get; set; }
Property Value
OptionId
Gets or sets the option id related to this Option.
public string? OptionId { get; set; }
Property Value
ProductId
Gets or sets the Product id related to this.
public string? ProductId { get; set; }