Show / Hide Table of Contents

Class ChangeChromeOsDeviceStatusResult

The result of a single ChromeOS device for a Change state operation.

Inheritance
object
ChangeChromeOsDeviceStatusResult
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX