Struct google_androiddeviceprovisioning1::CustomerApplyConfigurationRequest[][src]

pub struct CustomerApplyConfigurationRequest {
    pub device: Option<DeviceReference>,
    pub configuration: Option<String>,
}

Request message for customer to assign a configuration to device.

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

Required. The device the configuration is applied to.

Required. The configuration applied to the device in the format customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID].

Trait Implementations

impl Default for CustomerApplyConfigurationRequest
[src]

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

impl Clone for CustomerApplyConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomerApplyConfigurationRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CustomerApplyConfigurationRequest
[src]

Auto Trait Implementations