Flow.Net
Show / Hide Table of Contents

Class Event

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

Properties

| 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

Event_index

Declaration
[JsonProperty("event_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Event_index { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Payload

Declaration
[JsonProperty("payload", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Payload { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Transaction_id

Declaration
[JsonProperty("transaction_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Transaction_id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Transaction_index

Declaration
[JsonProperty("transaction_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Transaction_index { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Type { get; set; }
Property Value
Type Description
String

Extension Methods

FlowApiConverter.ToFlowEvent(Event)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX