Table of Contents

Class DirectoryChromeosdevicesCommand

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

object

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

DirectoryChromeosdevicesCommandResult

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

IssueTime

The timestamp when the command was issued by the admin.

public virtual object IssueTime { get; set; }

Property Value

object

Payload

The payload that the command specified, if any.

public virtual string Payload { get; set; }

Property Value

string

State

Indicates the command state.

public virtual string State { get; set; }

Property Value

string

Type

The type of the command.

public virtual string Type { get; set; }

Property Value

string