View Source GoogleApi.PrivateCA.V1.Model.ListCaPoolsResponse (google_api_private_ca v0.15.2)

Response message for CertificateAuthorityService.ListCaPools.

Attributes

  • caPools (type: list(GoogleApi.PrivateCA.V1.Model.CaPool.t), default: nil) - The list of CaPools.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
  • unreachable (type: list(String.t), default: nil) - A list of locations (e.g. "us-west1") that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.ListCaPoolsResponse{
  caPools: [GoogleApi.PrivateCA.V1.Model.CaPool.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.