Class GoogleCloudDatacatalogV1ListEntryGroupsResponse
Response message for ListEntryGroups.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ListEntryGroupsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryGroups
Entry group details.
Declaration
[JsonProperty("entryGroups")]
public virtual IList<GoogleCloudDatacatalogV1EntryGroup> EntryGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1EntryGroup> |
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 |
---|---|
string |