Show / Hide Table of Contents

Class CustomerUnclaimDeviceRequest

Request message for customer to unclaim a device.

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

Properties

Device

Required. The device to unclaim. There are custom validations in UnclaimDeviceRequestValidator.

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