Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetBundleResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetBundleResponse
- 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 GetBundle.
Instance Attribute Summary collapse
-
#config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig
This proto holds the core runner data in the bundle task.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetBundleResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaGetBundleResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetBundleResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaGetBundleResponse.
6895 6896 6897 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6895 def initialize(**args) update!(**args) end |
Instance Attribute Details
#config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig
This proto holds the core runner data in the bundle task. It is not expected
to be directly edited by the user. Instead, a default value will be provided
at the task creation time.
Corresponds to the JSON property config
6893 6894 6895 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6893 def config @config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6900 6901 6902 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6900 def update!(**args) @config = args[:config] if args.key?(:config) end |