Show / Hide Table of Contents

Class ListTagKeysResponse

The ListTagKeys response message.

Inheritance
object
ListTagKeysResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX