Class ListEventTypesResponse
Response message for Connectors.ListEventTypes.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ListEventTypesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTypes
A list of connector versions.
Declaration
[JsonProperty("eventTypes")]
public virtual IList<EventType> EventTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<EventType> |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |