Show / Hide Table of Contents

Class BatchChangeChromeOsDeviceStatusResponse

The response of changing the status of a batch of ChromeOS devices.

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

Properties

ChangeChromeOsDeviceStatusResults

The results for each of the ChromeOS devices provided in the request.

Declaration
[JsonProperty("changeChromeOsDeviceStatusResults")]
public virtual IList<ChangeChromeOsDeviceStatusResult> ChangeChromeOsDeviceStatusResults { get; set; }
Property Value
Type Description
IList<ChangeChromeOsDeviceStatusResult>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX