Class Block
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
Improve this Doc
View Source
_expandable
Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable4 _expandable { get; set; }
Property Value
|
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
Execution_result
Declaration
[JsonProperty("execution_result", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ExecutionResult Execution_result { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("header", Required = Required.Always)]
[Required]
public BlockHeader Header { get; set; }
Property Value
|
Improve this Doc
View Source
Payload
Declaration
[JsonProperty("payload", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public BlockPayload Payload { get; set; }
Property Value