google_api_admin v0.12.0 GoogleApi.Admin.Directory_v1.Model.MobileDevices View Source
JSON response template for List Mobile Devices operation in Directory API.
Attributes
etag
(type:String.t
, default:nil
) - ETag of the resource.kind
(type:String.t
, default:admin#directory#mobiledevices
) - Kind of resource this is.mobiledevices
(type:list(GoogleApi.Admin.Directory_v1.Model.MobileDevice.t)
, default:nil
) - List of Mobile Device objects.nextPageToken
(type:String.t
, default:nil
) - Token used to access next page of this result.
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.Admin.Directory_v1.Model.MobileDevices{ etag: String.t(), kind: String.t(), mobiledevices: [GoogleApi.Admin.Directory_v1.Model.MobileDevice.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.