View Source GoogleApi.Eventarc.V1beta1.Model.Destination (google_api_eventarc v0.14.0)

Represents a target of an invocation over HTTP.

Attributes

  • cloudRunService (type: GoogleApi.Eventarc.V1beta1.Model.CloudRunService.t, default: nil) - Cloud Run fully-managed service that receives the events. The service should be running in the same project as the trigger.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Eventarc.V1beta1.Model.Destination{
  cloudRunService: GoogleApi.Eventarc.V1beta1.Model.CloudRunService.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.