google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierRequest View Source
Request to find devices.
Attributes
deviceIdentifier
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierRequest{ deviceIdentifier: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t(), limit: String.t(), pageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.