Class QueryObjectsCommandSettings
QueryObjects
public sealed class QueryObjectsCommandSettings : ICommand
- Inheritance
-
QueryObjectsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ObjectGroup
Symbolic group name that can be used to release the results.
[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectGroup { get; set; }
Property Value
PrototypeObjectId
Identifier of the prototype to return objects for.
[JsonPropertyName("prototypeObjectId")]
public string PrototypeObjectId { get; set; }