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

Request to find devices.

Attributes

  • deviceIdentifier (type: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t, default: nil) - Required. Required. The device identifier to search for.
  • limit (type: String.t, default: nil) - Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.
  • pageToken (type: String.t, default: nil) - A token specifying which result page to return.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierRequest{
    deviceIdentifier:
      GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t() | nil,
    limit: String.t() | nil,
    pageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.