Class QueryObjectsCommandResponse
Response for QueryObjects
public sealed class QueryObjectsCommandResponse : ICommandResponse<QueryObjectsCommandSettings>, ICommandResponse
- Inheritance
-
QueryObjectsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Objects
Array with objects.
[JsonPropertyName("objects")]
public RemoteObject Objects { get; set; }