View Source GoogleApi.Connectors.V1.Model.EventType (google_api_connectors v0.10.0)

EventType includes fields.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Created time.
  • enrichedEventPayloadSchema (type: String.t, default: nil) - Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.
  • entityType (type: String.t, default: nil) - Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.
  • eventPayloadSchema (type: String.t, default: nil) - Output only. Schema of webhook event payload.
  • eventTypeId (type: String.t, default: nil) - Output only. Event type id. Example: ticket.created.
  • idPath (type: String.t, default: nil) - Output only. Id path denotes the path of id in webhook payload.
  • name (type: String.t, default: nil) - 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.
  • updateTime (type: DateTime.t, default: nil) - Output only. Updated time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.EventType{
  createTime: DateTime.t() | nil,
  enrichedEventPayloadSchema: String.t() | nil,
  entityType: String.t() | nil,
  eventPayloadSchema: String.t() | nil,
  eventTypeId: String.t() | nil,
  idPath: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.