View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBuganizerNotification (google_api_integrations v0.4.0)

Attributes

  • assigneeEmailAddress (type: String.t, default: nil) - Whom to assign the new bug. Optional.
  • componentId (type: String.t, default: nil) - ID of the buganizer component within which to create a new issue. Required.
  • templateId (type: String.t, default: nil) - ID of the buganizer template to use. Optional.
  • title (type: String.t, default: nil) - Title of the issue to be created. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBuganizerNotification{
    assigneeEmailAddress: String.t() | nil,
    componentId: String.t() | nil,
    templateId: String.t() | nil,
    title: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.