Class ListTagValuesResponse
The ListTagValues response.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class ListTagValuesResponse : 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 ListTagValues
that indicates from where listing should
continue. This is currently not used, but the server may at any point start supplying a valid token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TagValues
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
Declaration
[JsonProperty("tagValues")]
public virtual IList<TagValue> TagValues { get; set; }
Property Value
Type | Description |
---|---|
IList<TagValue> |