Class ChangeChromeOsDeviceStatusResult
The result of a single ChromeOS device for a Change state operation.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChangeChromeOsDeviceStatusResult : IDirectResponseSchema
Properties
DeviceId
The unique ID of the ChromeOS device.
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { 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 |
Error
The error result of the operation in case of failure.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
Response
The device could change its status successfully.
Declaration
[JsonProperty("response")]
public virtual ChangeChromeOsDeviceStatusSucceeded Response { get; set; }
Property Value
Type | Description |
---|---|
ChangeChromeOsDeviceStatusSucceeded |