GoogleApi.CloudResourceManager.V3.Model.ListTagKeysResponse (google_api_cloud_resource_manager v0.41.0) View Source
The ListTagKeys response message.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A pagination token returned from a previous call toListTagKeys
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.
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.ListTagKeysResponse{ nextPageToken: String.t() | nil, tagKeys: [GoogleApi.CloudResourceManager.V3.Model.TagKey.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.