Table of Contents

Class DirectoryChromeosdevicesCommandResult

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

The result of executing a command.

public class DirectoryChromeosdevicesCommandResult : IDirectResponseSchema
Inheritance
DirectoryChromeosdevicesCommandResult
Implements
IDirectResponseSchema
Inherited Members

Constructors

DirectoryChromeosdevicesCommandResult()

public DirectoryChromeosdevicesCommandResult()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

ErrorMessage

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

public virtual string ErrorMessage { get; set; }

Property Value

string

ExecuteTime

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

public virtual object ExecuteTime { get; set; }

Property Value

object

Result

The result of the command.

public virtual string Result { get; set; }

Property Value

string