Class AttachToTargetCommandSettings
AttachToTarget
public sealed class AttachToTargetCommandSettings : ICommand
- Inheritance
-
AttachToTargetCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Flatten
Gets or sets the flatten
[JsonPropertyName("flatten")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Flatten { get; set; }
Property Value
- bool?
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }