Class UnassignedInformation
Inheritance
UnassignedInformation
Assembly: OpenSearch.Client.dll
public class UnassignedInformation
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "at")]
public DateTime At { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "last_allocation_status")]
public string LastAllocationStatus { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "reason")]
public UnassignedInformationReason Reason { get; set; }
Property Value
Extension Methods