Struct google_androiddeviceprovisioning1::DeviceClaim[][src]

pub struct DeviceClaim {
    pub owner_company_id: Option<String>,
    pub section_type: Option<String>,
    pub reseller_id: Option<String>,
}

A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type SECTION_TYPE_ZERO_TOUCH. To learn more, read Claim devices for customers.

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

Fields

The ID of the Customer that purchased the device.

Output only. The type of claim made on the device.

The ID of the reseller that claimed the device.

Trait Implementations

impl Default for DeviceClaim
[src]

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

impl Clone for DeviceClaim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceClaim
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceClaim
[src]

Auto Trait Implementations

impl Send for DeviceClaim

impl Sync for DeviceClaim