View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListPolicySchemasResponse (google_api_chrome_policy v0.5.0)
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.GoogleChromePolicyVersionsV1PolicySchema.t)
, default:nil
) - The list of policy schemas that match the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListPolicySchemasResponse{ nextPageToken: String.t() | nil, policySchemas: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchema.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.