View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaApiTriggerResource (google_api_integrations v0.14.0)

List of API triggerID and their workflow resource name.

Attributes

  • integrationResource (type: String.t, default: nil) - Required. Integration where the API is published
  • triggerId (type: list(String.t), default: nil) - Required. Trigger Id of the API trigger(s) in the integration

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaApiTriggerResource{
    integrationResource: String.t() | nil,
    triggerId: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.