Class EnqueueModel
Enqueue model
Inheritance
System.Object
EnqueueModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API.DataHub
Assembly: Simplic.Cloud.API.DataHub.dll
Syntax
public class EnqueueModel
Properties
| Improve this Doc View SourceActionType
Gets or sets the type
Declaration
public string ActionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataId
Gets or sets the data id
Declaration
public Guid DataId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DataType
Gets or sets the data type
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Payload
Gets or sets the payload
Declaration
public string Payload { get; set; }
Property Value
Type | Description |
---|---|
System.String |