Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

Response for Creating Cloud Function rpc call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.



6282
6283
6284
# File 'lib/google/apis/integrations_v1/classes.rb', line 6282

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#trigger_urlString

The trigger url that will be returned Corresponds to the JSON property triggerUrl

Returns:

  • (String)


6280
6281
6282
# File 'lib/google/apis/integrations_v1/classes.rb', line 6280

def trigger_url
  @trigger_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6287
6288
6289
# File 'lib/google/apis/integrations_v1/classes.rb', line 6287

def update!(**args)
  @trigger_url = args[:trigger_url] if args.key?(:trigger_url)
end