GoogleApi.CloudResourceManager.V3.Model.ListTagValuesResponse (google_api_cloud_resource_manager v0.44.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.