Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse
- 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
-
#trigger_url ⇒ String
The trigger url that will be returned Corresponds to the JSON property
triggerUrl
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_url ⇒ String
The trigger url that will be returned
Corresponds to the JSON property triggerUrl
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 |