Struct google_androiddeviceprovisioning1::PartnerUnclaim[][src]

pub struct PartnerUnclaim {
    pub device_identifier: Option<DeviceIdentifier>,
    pub device_id: Option<String>,
    pub section_type: Option<String>,
}

Identifies one unclaim request.

This type is not used in any activity, and only used as part of another schema.

Fields

Device identifier of the device.

Device ID of the device.

Section type to unclaim.

Trait Implementations

impl Default for PartnerUnclaim
[src]

Returns the "default value" for a type. Read more

impl Clone for PartnerUnclaim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PartnerUnclaim
[src]

Formats the value using the given formatter. Read more

impl Part for PartnerUnclaim
[src]

Auto Trait Implementations