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

Request to find devices by customers.

Attributes

  • customerId (type: list(String.t), default: nil) - The list of customer IDs to search for.
  • googleWorkspaceCustomerId (type: list(String.t), default: nil) - The list of IDs of Google Workspace accounts 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.
  • sectionType (type: String.t, default: nil) - Required. The section type of the device's provisioning record.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByOwnerRequest{
  customerId: [String.t()] | nil,
  googleWorkspaceCustomerId: [String.t()] | nil,
  limit: String.t() | nil,
  pageToken: String.t() | nil,
  sectionType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.