Struct google_androiddeviceprovisioning1::UpdateMetadataArguments[][src]

pub struct UpdateMetadataArguments {
    pub device_identifier: Option<DeviceIdentifier>,
    pub device_metadata: Option<DeviceMetadata>,
    pub device_id: Option<String>,
}

Identifies metdata updates to one device.

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

Fields

Device identifier.

The metadata to update.

Device ID of the device.

Trait Implementations

impl Default for UpdateMetadataArguments
[src]

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

impl Clone for UpdateMetadataArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateMetadataArguments
[src]

Formats the value using the given formatter. Read more

impl Part for UpdateMetadataArguments
[src]

Auto Trait Implementations