View Source GoogleApi.IAM.V2.Model.GoogleIamV2ListPoliciesResponse (google_api_iam v0.42.0)

Response message for ListPolicies.

Attributes

  • nextPageToken (type: String.t, default: nil) - A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
  • policies (type: list(GoogleApi.IAM.V2.Model.GoogleIamV2Policy.t), default: nil) - Metadata for the policies that are attached to the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V2.Model.GoogleIamV2ListPoliciesResponse{
  nextPageToken: String.t() | nil,
  policies: [GoogleApi.IAM.V2.Model.GoogleIamV2Policy.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.