google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.TriggerImporterSpec View Source

Attributes

  • arguments (type: map(), default: nil) - Arguments to use for the importer. These must match the parameters in the EventType's importer.
  • eventTypeName (type: String.t, default: nil) - Name of the EventType that this importer provides.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.TriggerImporterSpec{
  arguments: map(),
  eventTypeName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.