Flow.Net
Show / Hide Table of Contents

Class ExecutionResult

Inheritance
Object
ExecutionResult
Namespace: Flow.Net.Sdk.Client.Http
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
Type Description
Links
| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| 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
Type Description
String
| Improve this Doc View Source

Chunks

Declaration
[JsonProperty("chunks", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Chunk> Chunks { get; set; }
Property Value
Type Description
ICollection<Chunk>
| Improve this Doc View Source

Events

Declaration
[JsonProperty("events", Required = Required.Always)]
[Required]
public ICollection<Event> Events { get; set; }
Property Value
Type Description
ICollection<Event>
| Improve this Doc View Source

Id

Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
Type Description
String
| 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
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX