Class ExecutionResult
Inheritance
ExecutionResult
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class ExecutionResult
Properties
|
Improve this Doc
View Source
_links
Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Block_id
Declaration
[JsonProperty("block_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Block_id { get; set; }
Property Value
|
Improve this Doc
View Source
Chunks
Declaration
[JsonProperty("chunks", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Chunk> Chunks { get; set; }
Property Value
|
Improve this Doc
View Source
Events
Declaration
[JsonProperty("events", Required = Required.Always)]
[Required]
public ICollection<Event> Events { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
Previous_result_id
Declaration
[JsonProperty("previous_result_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Previous_result_id { get; set; }
Property Value