Class ListTagKeysResponse
The ListTagKeys response message.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class ListTagKeysResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A pagination token returned from a previous call to ListTagKeys
that indicates from where listing should
continue.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TagKeys
List of TagKeys that live under the specified parent in the request.
Declaration
[JsonProperty("tagKeys")]
public virtual IList<TagKey> TagKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<TagKey> |