Class GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse
Response message for ListEntryGroups.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryGroups
EntryGroup details.
Declaration
[JsonProperty("entryGroups")]
public virtual IList<GoogleCloudDatacatalogV1beta1EntryGroup> EntryGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1beta1EntryGroup> |
NextPageToken
Token to retrieve the next page of results. It is set to empty if no items remain in results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |