Class TriggerCommandSettings
Trigger
public sealed class TriggerCommandSettings : ICommand- Inheritance
- 
      
      TriggerCommandSettings
- Implements
- Inherited Members
Properties
Address
Gets or sets the address
[JsonPropertyName("address")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Address? Address { get; set; }Property Value
Card
Gets or sets the card
[JsonPropertyName("card")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CreditCard? Card { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
FieldId
Gets or sets the fieldId
[JsonPropertyName("fieldId")]
public long FieldId { get; set; }Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FrameId { get; set; }