GoogleApi.CloudResourceManager.V3.Model.ListTagValuesResponse (google_api_cloud_resource_manager v0.44.1)
View SourceThe ListTagValues response.
Attributes
-
nextPageToken(type:String.t, default:nil) - A pagination token returned from a previous call toListTagValuesthat 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
@type t() :: %GoogleApi.CloudResourceManager.V3.Model.ListTagValuesResponse{ nextPageToken: String.t() | nil, tagValues: [GoogleApi.CloudResourceManager.V3.Model.TagValue.t()] | nil }