View Source GoogleApi.CloudResourceManager.V3.Model.ListTagKeysResponse (google_api_cloud_resource_manager v0.44.0)

The ListTagKeys response message.

Attributes

  • nextPageToken (type: String.t, default: nil) - A pagination token returned from a previous call to ListTagKeys that indicates from where listing should continue.
  • tagKeys (type: list(GoogleApi.CloudResourceManager.V3.Model.TagKey.t), default: nil) - List of TagKeys that live under the specified parent in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudResourceManager.V3.Model.ListTagKeysResponse{
  nextPageToken: String.t() | nil,
  tagKeys: [GoogleApi.CloudResourceManager.V3.Model.TagKey.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.