Show / Hide Table of Contents

Class UnclaimDeviceRequest

Request message to unclaim a device.

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

Properties

DeviceId

Required. The device ID returned by ClaimDevice.

Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type Description
long?

DeviceIdentifier

Required. The device identifier you used when you claimed this device.

Declaration
[JsonProperty("deviceIdentifier")]
public virtual DeviceIdentifier DeviceIdentifier { get; set; }
Property Value
Type Description
DeviceIdentifier

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SectionType

Required. The section type of the device's provisioning record.

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

VacationModeDays

The duration of the vacation unlock starting from when the request is processed. (1 day is treated as 24 hours)

Declaration
[JsonProperty("vacationModeDays")]
public virtual int? VacationModeDays { get; set; }
Property Value
Type Description
int?

VacationModeExpireTime

object representation of VacationModeExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VacationModeExpireTimeDateTimeOffset instead.")]
public virtual object VacationModeExpireTime { get; set; }
Property Value
Type Description
object

VacationModeExpireTimeDateTimeOffset

DateTimeOffset representation of VacationModeExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? VacationModeExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

VacationModeExpireTimeRaw

The expiration time of the vacation unlock.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX