Class BatchChangeChromeOsDeviceStatusResponse
The response of changing the status of a batch of ChromeOS devices.
Implements
Inherited Members
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 |