Show / Hide Table of Contents

Class ListTagValuesResponse

The ListTagValues response.

Inheritance
object
ListTagValuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX