Show / Hide Table of Contents

Class BatchChangeChromeOsDeviceStatusRequest

A request for changing the status of a batch of ChromeOS devices.

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

Properties

ChangeChromeOsDeviceStatusAction

Required. The action to take on the ChromeOS device in order to change its status.

Declaration
[JsonProperty("changeChromeOsDeviceStatusAction")]
public virtual string ChangeChromeOsDeviceStatusAction { get; set; }
Property Value
Type Description
string

DeprovisionReason

Optional. The reason behind a device deprovision. Must be provided if 'changeChromeOsDeviceStatusAction' is set to 'CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION'. Otherwise, omit this field.

Declaration
[JsonProperty("deprovisionReason")]
public virtual string DeprovisionReason { get; set; }
Property Value
Type Description
string

DeviceIds

Required. List of the IDs of the ChromeOS devices to change. Maximum 50.

Declaration
[JsonProperty("deviceIds")]
public virtual IList<string> DeviceIds { get; set; }
Property Value
Type Description
IList<string>

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