Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1ListEntryGroupsResponse

Response message for ListEntryGroups.

Inheritance
System.Object
GoogleCloudDatacatalogV1ListEntryGroupsResponse
Implements
IDirectResponseSchema
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 GoogleCloudDatacatalogV1ListEntryGroupsResponse : IDirectResponseSchema

Properties

EntryGroups

Entry group details.

Declaration
[JsonProperty("entryGroups")]
public virtual IList<GoogleCloudDatacatalogV1EntryGroup> EntryGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudDatacatalogV1EntryGroup>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NextPageToken

Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top