Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ManageAddonConfigRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1ManageAddonConfigRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apihub_v1/classes.rb,
lib/google/apis/apihub_v1/representations.rb,
lib/google/apis/apihub_v1/representations.rb
Overview
The ManageAddonConfig method's request.
Instance Attribute Summary collapse
-
#config ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig
Configuration for the addon.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1ManageAddonConfigRequest
constructor
A new instance of GoogleCloudApihubV1ManageAddonConfigRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1ManageAddonConfigRequest
Returns a new instance of GoogleCloudApihubV1ManageAddonConfigRequest.
3337 3338 3339 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3337 def initialize(**args) update!(**args) end |
Instance Attribute Details
#config ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig
Configuration for the addon.
Corresponds to the JSON property config
3335 3336 3337 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3335 def config @config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3342 3343 3344 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3342 def update!(**args) @config = args[:config] if args.key?(:config) end |