class Google::Apis::EventarcV1::Destination
Represents a target of an invocation over HTTP.
Attributes
cloud_run[RW]
Represents a Cloud Run destination. Corresponds to the JSON property `cloudRun` @return [Google::Apis::EventarcV1::CloudRun]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/eventarc_v1/classes.rb, line 211 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/eventarc_v1/classes.rb, line 216 def update!(**args) @cloud_run = args[:cloud_run] if args.key?(:cloud_run) end