View Source GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateMetadataArguments (google_api_android_device_provisioning v0.19.0)

Identifies metadata updates to one device.

Attributes

  • deviceId (type: String.t, default: nil) - Required. Device ID of the device.
  • deviceIdentifier (type: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t, default: nil) - Required. Device identifier.
  • deviceMetadata (type: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t, default: nil) - Required. The metadata to update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateMetadataArguments{
  deviceId: String.t() | nil,
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t() | nil,
  deviceMetadata:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.