View Source GoogleApi.SecretManager.V1beta1.Model.ListSecretsResponse (google_api_secret_manager v0.20.0)

Response message for SecretManagerService.ListSecrets.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
  • secrets (type: list(GoogleApi.SecretManager.V1beta1.Model.Secret.t), default: nil) - The list of Secrets sorted in reverse by create_time (newest first).
  • totalSize (type: integer(), default: nil) - The total number of Secrets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecretManager.V1beta1.Model.ListSecretsResponse{
  nextPageToken: String.t() | nil,
  secrets: [GoogleApi.SecretManager.V1beta1.Model.Secret.t()] | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.