GoogleApi.CloudResourceManager.V3.Model.ListTagKeysResponse (google_api_cloud_resource_manager v0.44.1)
View SourceThe 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.
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 }