Show / Hide Table of Contents

Class DirectoryChromeosdevicesCommand

Information regarding a command that was issued to a device.

Inheritance
object
DirectoryChromeosdevicesCommand
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class DirectoryChromeosdevicesCommand : IDirectResponseSchema

Properties

CommandExpireTime

object representation of CommandExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CommandExpireTimeDateTimeOffset instead.")]
public virtual object CommandExpireTime { get; set; }
Property Value
Type Description
object

CommandExpireTimeDateTimeOffset

DateTimeOffset representation of CommandExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CommandExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CommandExpireTimeRaw

The time at which the command will expire. If the device doesn't execute the command within this time the command will become expired.

Declaration
[JsonProperty("commandExpireTime")]
public virtual string CommandExpireTimeRaw { get; set; }
Property Value
Type Description
string

CommandId

Unique ID of a device command.

Declaration
[JsonProperty("commandId")]
public virtual long? CommandId { get; set; }
Property Value
Type Description
long?

CommandResult

The result of the command execution.

Declaration
[JsonProperty("commandResult")]
public virtual DirectoryChromeosdevicesCommandResult CommandResult { get; set; }
Property Value
Type Description
DirectoryChromeosdevicesCommandResult

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IssueTime

object representation of IssueTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IssueTimeDateTimeOffset instead.")]
public virtual object IssueTime { get; set; }
Property Value
Type Description
object

IssueTimeDateTimeOffset

DateTimeOffset representation of IssueTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? IssueTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

IssueTimeRaw

The timestamp when the command was issued by the admin.

Declaration
[JsonProperty("issueTime")]
public virtual string IssueTimeRaw { get; set; }
Property Value
Type Description
string

Payload

The payload that the command specified, if any.

Declaration
[JsonProperty("payload")]
public virtual string Payload { get; set; }
Property Value
Type Description
string

State

Indicates the command state.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Type

The type of the command.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX