Class ListEntityTypesResponse
Response message for ListEntityTypes API
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ListEntityTypesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityTypes
list of entity types
Declaration
[JsonProperty("entityTypes")]
public virtual IList<RuntimeEntitySchema> EntityTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<RuntimeEntitySchema> |
NextPageToken
token for next page
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |