GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListPolicySchemasResponse (google_api_chrome_policy v0.6.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.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

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListPolicySchemasResponse{
    nextPageToken: String.t() | nil,
    policySchemas:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchema.t()
      ]
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.