Show / Hide Table of Contents

Class DirectoryChromeosdevicesCommandResult

The result of executing a command.

Inheritance
object
DirectoryChromeosdevicesCommandResult
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 DirectoryChromeosdevicesCommandResult : IDirectResponseSchema

Properties

CommandResultPayload

The payload for the command result. The following commands respond with a payload: * DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in the form: { "url": url }. The URL provides a link to the Chrome Remote Desktop session. * FETCH_CRD_AVAILABILITY_INFO: Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number, "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability": string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if shared CRD session to the device is available. The "remoteAccessAvailability" field is set to "AVAILABLE" if private CRD session to the device is available.

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

ETag

The ETag of the item.

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

ErrorMessage

The error message with a short explanation as to why the command failed. Only present if the command failed.

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

ExecuteTime

object representation of ExecuteTimeRaw.

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

ExecuteTimeDateTimeOffset

DateTimeOffset representation of ExecuteTimeRaw.

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

ExecuteTimeRaw

The time at which the command was executed or failed to execute.

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

Result

The result of the command.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX