Class ChromeOsDeviceAction
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
public class ChromeOsDeviceAction : IDirectResponseSchema
- Inheritance
-
ChromeOsDeviceAction
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ChromeOsDeviceAction()
public ChromeOsDeviceAction()
Properties
Action
Action to be taken on the Chrome OS device.
public virtual string Action { get; set; }
Property Value
DeprovisionReason
Only used when the action is deprovision
. With the deprovision
action, this field is required. Note:
The deprovision reason is audited because it might have implications on licenses for perpetual subscription
customers.
public virtual string DeprovisionReason { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }