Class CustomerRemoveConfigurationRequest
Request message for customer to remove the configuration from device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class CustomerRemoveConfigurationRequest : IDirectResponseSchema
Properties
Device
Required. The device to remove the configuration from. There are custom validations in RemoveConfigurationRequestValidator
Declaration
[JsonProperty("device")]
public virtual DeviceReference Device { get; set; }
Property Value
Type | Description |
---|---|
DeviceReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |