Class DirectoryChromeosdevicesCommandResult
- 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
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
ExecuteTime
The time at which the command was executed or failed to execute.
public virtual object ExecuteTime { get; set; }
Property Value
Result
The result of the command.
public virtual string Result { get; set; }