Class DirectoryChromeosdevicesCommand
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Information regarding a command that was issued to a device.
public class DirectoryChromeosdevicesCommand : IDirectResponseSchema
- Inheritance
-
DirectoryChromeosdevicesCommand
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
DirectoryChromeosdevicesCommand()
public DirectoryChromeosdevicesCommand()
Properties
CommandExpireTime
The time at which the command will expire. If the device doesn't execute the command within this time the command will become expired.
public virtual object CommandExpireTime { get; set; }
Property Value
CommandId
Unique ID of a device command.
public virtual long? CommandId { get; set; }
Property Value
- long?
CommandResult
The result of the command execution.
public virtual DirectoryChromeosdevicesCommandResult CommandResult { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
IssueTime
The timestamp when the command was issued by the admin.
public virtual object IssueTime { get; set; }
Property Value
Payload
The payload that the command specified, if any.
public virtual string Payload { get; set; }
Property Value
State
Indicates the command state.
public virtual string State { get; set; }
Property Value
Type
The type of the command.
public virtual string Type { get; set; }