Class: Google::Apis::ConnectorsV2::ExecutionConfig
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV2::ExecutionConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v2/classes.rb,
lib/google/apis/connectors_v2/representations.rb,
lib/google/apis/connectors_v2/representations.rb
Instance Attribute Summary collapse
-
#headers ⇒ String
headers to be used for the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExecutionConfig
constructor
A new instance of ExecutionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExecutionConfig
Returns a new instance of ExecutionConfig.
656 657 658 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 656 def initialize(**args) update!(**args) end |
Instance Attribute Details
#headers ⇒ String
headers to be used for the request. For example: headers:'"x-integration-
connectors-managed-connection-id":"conn-id","x-integration-connectors-runtime-
config":"runtime-cfg"'
Corresponds to the JSON property headers
654 655 656 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 654 def headers @headers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
661 662 663 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 661 def update!(**args) @headers = args[:headers] if args.key?(:headers) end |