View Source GoogleApi.Connectors.V1.Model.EventingDetails (google_api_connectors v0.6.1)
Eventing Details message.
Attributes
-
customEventTypes
(type:boolean()
, default:nil
) - Output only. Custom Event Types. -
description
(type:String.t
, default:nil
) - Output only. Description. -
documentationLink
(type:String.t
, default:nil
) - Output only. Link to public documentation. -
iconLocation
(type:String.t
, default:nil
) - Output only. Cloud storage location of the icon. -
launchStage
(type:String.t
, default:nil
) - Output only. Eventing Launch Stage. -
name
(type:String.t
, default:nil
) - Output only. Name of the Eventing trigger. -
searchTags
(type:list(String.t)
, default:nil
) - Output only. Array of search keywords. -
type
(type:String.t
, default:nil
) - Output only. The type of the event listener for a specific connector.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.EventingDetails{ customEventTypes: boolean() | nil, description: String.t() | nil, documentationLink: String.t() | nil, iconLocation: String.t() | nil, launchStage: String.t() | nil, name: String.t() | nil, searchTags: [String.t()] | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.