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.



7247
7248
7249
# File 'lib/google/apis/integrations_v1/classes.rb', line 7247

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)


7245
7246
7247
# File 'lib/google/apis/integrations_v1/classes.rb', line 7245

def trigger_url
  @trigger_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7252
7253
7254
# File 'lib/google/apis/integrations_v1/classes.rb', line 7252

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