View Source GoogleApi.SecretManager.V1.Model.ListSecretVersionsResponse (google_api_secret_manager v0.19.0)

Response message for SecretManagerService.ListSecretVersions.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SecretManager.V1.Model.ListSecretVersionsResponse{
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil,
  versions: [GoogleApi.SecretManager.V1.Model.SecretVersion.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.