GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListConstraintsResponse (google_api_org_policy v0.9.1)

View Source

The response returned from the ListConstraints method.

Attributes

  • constraints (type: list(GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Constraint.t), default: nil) - The collection of constraints that are available on the targeted resource.
  • nextPageToken (type: String.t, default: nil) - Page token used to retrieve the next page. This is currently not used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListConstraintsResponse{
    constraints:
      [GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Constraint.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.