Flow.Net
Show / Hide Table of Contents

Class Block

Inheritance
Object
Block
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class Block

Properties

| Improve this Doc View Source

_expandable

Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable4 _expandable { get; set; }
Property Value
Type Description
_expandable4
| 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

Execution_result

Declaration
[JsonProperty("execution_result", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ExecutionResult Execution_result { get; set; }
Property Value
Type Description
ExecutionResult
| Improve this Doc View Source

Header

Declaration
[JsonProperty("header", Required = Required.Always)]
[Required]
public BlockHeader Header { get; set; }
Property Value
Type Description
BlockHeader
| Improve this Doc View Source

Payload

Declaration
[JsonProperty("payload", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public BlockPayload Payload { get; set; }
Property Value
Type Description
BlockPayload
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX