Class EventingDetails
Eventing Details message.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventingDetails : IDirectResponseSchema
Properties
CustomEventTypes
Output only. Custom Event Types.
Declaration
[JsonProperty("customEventTypes")]
public virtual bool? CustomEventTypes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Description
Output only. Description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentationLink
Output only. Link to public documentation.
Declaration
[JsonProperty("documentationLink")]
public virtual string DocumentationLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IconLocation
Output only. Cloud storage location of the icon.
Declaration
[JsonProperty("iconLocation")]
public virtual string IconLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
LaunchStage
Output only. Eventing Launch Stage.
Declaration
[JsonProperty("launchStage")]
public virtual string LaunchStage { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Name of the Eventing trigger.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchTags
Output only. Array of search keywords.
Declaration
[JsonProperty("searchTags")]
public virtual IList<string> SearchTags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Type
Output only. The type of the event listener for a specific connector.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |