GoogleApi.AndroidManagement.V1.Model.ListPoliciesResponse (google_api_android_management v0.58.0)
View SourceResponse to a request to list policies for a given enterprise.
Attributes
-
nextPageToken(type:String.t, default:nil) - If there are more results, a token to retrieve next page of results. -
policies(type:list(GoogleApi.AndroidManagement.V1.Model.Policy.t), default:nil) - The list of policies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ListPoliciesResponse{ nextPageToken: String.t() | nil, policies: [GoogleApi.AndroidManagement.V1.Model.Policy.t()] | nil }