GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ListPolicySchemasResponse (google_api_chrome_policy v0.2.0) View Source
Response message for listing policy schemas that match a filter.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The page token used to get the next page of policy schemas. -
policySchemas
(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchema.t)
, default:nil
) - The list of policy schemas that match the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ListPolicySchemasResponse{ nextPageToken: String.t() | nil, policySchemas: [GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchema.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.