Class GoogleCloudDatacatalogV1ListTagsResponse
Response message for ListTags.
Inheritance
System.Object
GoogleCloudDatacatalogV1ListTagsResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ListTagsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NextPageToken
Pagination token of the next results page. Empty if there are no more items in results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
Tag details.
Declaration
[JsonProperty("tags")]
public virtual IList<GoogleCloudDatacatalogV1Tag> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<GoogleCloudDatacatalogV1Tag> |