View Source GoogleApi.Connectors.V1.Model.JMS (google_api_connectors v0.7.0)

JMS message denotes the source of the event

Attributes

  • name (type: String.t, default: nil) - Optional. Name of the JMS source. i.e. queueName or topicName
  • type (type: String.t, default: nil) - Optional. Type of the JMS Source. i.e. Queue or Topic

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.JMS{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.