Class RequestDataCommandResponse
Response for RequestData
public sealed class RequestDataCommandResponse : ICommandResponse<RequestDataCommandSettings>, ICommandResponse
- Inheritance
-
RequestDataCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
HasMore
Gets or sets the hasMore
[JsonPropertyName("hasMore")]
public bool HasMore { get; set; }
Property Value
ObjectStoreDataEntries
Gets or sets the objectStoreDataEntries
[JsonPropertyName("objectStoreDataEntries")]
public DataEntry[] ObjectStoreDataEntries { get; set; }