Struct google_androiddeviceprovisioning1::PartnerClaim[][src]

pub struct PartnerClaim {
    pub device_identifier: Option<DeviceIdentifier>,
    pub device_metadata: Option<DeviceMetadata>,
    pub section_type: Option<String>,
    pub customer_id: Option<String>,
}

Identifies one claim request.

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

Fields

Required. Device identifier of the device.

Required. The metadata to attach to the device at claim.

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

Required. The ID of the customer for whom the device is being claimed.

Trait Implementations

impl Default for PartnerClaim
[src]

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

impl Clone for PartnerClaim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PartnerClaim
[src]

Formats the value using the given formatter. Read more

impl Part for PartnerClaim
[src]

Auto Trait Implementations