Show / Hide Table of Contents

Class EventType

EventType includes fields.

Inheritance
object
EventType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventType : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Created time.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

EnrichedEventPayloadSchema

Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.

Declaration
[JsonProperty("enrichedEventPayloadSchema")]
public virtual string EnrichedEventPayloadSchema { get; set; }
Property Value
Type Description
string

EntityType

Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.

Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type Description
string

EventPayloadSchema

Output only. Schema of webhook event payload.

Declaration
[JsonProperty("eventPayloadSchema")]
public virtual string EventPayloadSchema { get; set; }
Property Value
Type Description
string

EventTypeId

Output only. Event type id. Example: ticket.created.

Declaration
[JsonProperty("eventTypeId")]
public virtual string EventTypeId { get; set; }
Property Value
Type Description
string

IdPath

Output only. Id path denotes the path of id in webhook payload.

Declaration
[JsonProperty("idPath")]
public virtual string IdPath { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Updated time.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX