GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListPoliciesResponse (google_api_org_policy v0.2.0) View Source

The response returned from the ListPolicies method. It will be empty if no Policies are set on the resource.

Attributes

  • nextPageToken (type: String.t, default: nil) - Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
  • policies (type: list(GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Policy.t), default: nil) - All Policies that exist on the resource. It will be empty if no Policies are set.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListPoliciesResponse{
  nextPageToken: String.t() | nil,
  policies:
    [GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Policy.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.