Show / Hide Table of Contents

Class CustomerRemoveConfigurationRequest

Request message for customer to remove the configuration from device.

Inheritance
object
CustomerRemoveConfigurationRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX