Class DirectoryChromeosdevicesIssueCommandRequest
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
A request for issuing a command.
public class DirectoryChromeosdevicesIssueCommandRequest : IDirectResponseSchema
- Inheritance
-
DirectoryChromeosdevicesIssueCommandRequest
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
DirectoryChromeosdevicesIssueCommandRequest()
public DirectoryChromeosdevicesIssueCommandRequest()
Properties
CommandType
The type of command.
public virtual string CommandType { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Payload
The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100].
public virtual string Payload { get; set; }