Struct google_androiddeviceprovisioning1::ClaimDeviceResponse[][src]

pub struct ClaimDeviceResponse {
    pub device_name: Option<String>,
    pub device_id: Option<String>,
}

Response message containing device id of the claim.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The resource name of the device in the format partners/[PARTNER_ID]/devices/[DEVICE_ID].

The device ID of the claimed device.

Trait Implementations

impl Default for ClaimDeviceResponse
[src]

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

impl Clone for ClaimDeviceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClaimDeviceResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ClaimDeviceResponse
[src]

Auto Trait Implementations