Class: Google::Apis::OracledatabaseV1::TestGoldengateConnectionAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::TestGoldengateConnectionAssignmentRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
Request message for TestGoldengateConnectionAssignment.
Instance Attribute Summary collapse
-
#type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestGoldengateConnectionAssignmentRequest
constructor
A new instance of TestGoldengateConnectionAssignmentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestGoldengateConnectionAssignmentRequest
Returns a new instance of TestGoldengateConnectionAssignmentRequest.
9309 9310 9311 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Optional. The type of the test of the assigned connection. The only type
actually supported is DEFAULT.
Corresponds to the JSON property type
9307 9308 9309 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9307 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9314 9315 9316 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9314 def update!(**args) @type = args[:type] if args.key?(:type) end |