Class PartnerUnclaim
Identifies one unclaim request.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class PartnerUnclaim : IDirectResponseSchema
Properties
DeviceId
Required. Device ID of the device.
Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeviceIdentifier
Required. Device identifier of the 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
Optional. 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
Optional. The expiration time of the vacation unlock.
Declaration
[JsonProperty("vacationModeExpireTime")]
public virtual string VacationModeExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |