GoogleApi.BinaryAuthorization.V1.Model.ListPlatformPoliciesResponse (google_api_binary_authorization v0.18.0)

View Source

Response message for PlatformPolicyManagementService.ListPlatformPolicies.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Pass this value in the ListPlatformPoliciesRequest.page_token field in the subsequent call to the ListPlatformPolicies method to retrieve the next page of results.
  • platformPolicies (type: list(GoogleApi.BinaryAuthorization.V1.Model.PlatformPolicy.t), default: nil) - The list of platform policies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ListPlatformPoliciesResponse{
  nextPageToken: String.t() | nil,
  platformPolicies:
    [GoogleApi.BinaryAuthorization.V1.Model.PlatformPolicy.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.