GoogleApi.CloudResourceManager.V3.Model.ListTagValuesResponse (google_api_cloud_resource_manager v0.41.0) View Source

The ListTagValues response.

Attributes

  • nextPageToken (type: String.t, default: nil) - A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.
  • tagValues (type: list(GoogleApi.CloudResourceManager.V3.Model.TagValue.t), default: nil) - A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudResourceManager.V3.Model.ListTagValuesResponse{
  nextPageToken: String.t() | nil,
  tagValues: [GoogleApi.CloudResourceManager.V3.Model.TagValue.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.