Struct google_androiddeviceprovisioning1::PartnerClaim[][src]

pub struct PartnerClaim {
    pub device_metadata: Option<DeviceMetadata>,
    pub device_identifier: Option<DeviceIdentifier>,
    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

Metadata to set at claim.

Device identifier of the device.

Section type to claim.

Customer ID to claim for.

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