Class AwaitPromiseCommandSettings
AwaitPromise
public sealed class AwaitPromiseCommandSettings : ICommand
- Inheritance
-
AwaitPromiseCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
GeneratePreview
Gets or sets the generatePreview
[JsonPropertyName("generatePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GeneratePreview { get; set; }
Property Value
- bool?
PromiseObjectId
Gets or sets the promiseObjectId
[JsonPropertyName("promiseObjectId")]
public string PromiseObjectId { get; set; }
Property Value
ReturnByValue
Gets or sets the returnByValue
[JsonPropertyName("returnByValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReturnByValue { get; set; }
Property Value
- bool?