Assembly: Flow.Net.Sdk.Client.Http.dll
Properties
|
Improve this Doc
View Source
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("height", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Height { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("parent_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Parent_id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("parent_voter_signature", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Parent_voter_signature { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("timestamp", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTimeOffset Timestamp { get; set; }
Property Value