Class: Google::Apis::ConnectorsV2::UpdateEntitiesWithConditionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV2::UpdateEntitiesWithConditionsResponse
- 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
Overview
Response message for EntityService.UpdateEntitiesWithConditions
Instance Attribute Summary collapse
-
#response ⇒ Hash<String,Object>
Response returned by the external system.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateEntitiesWithConditionsResponse
constructor
A new instance of UpdateEntitiesWithConditionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpdateEntitiesWithConditionsResponse
Returns a new instance of UpdateEntitiesWithConditionsResponse.
503 504 505 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 503 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response ⇒ Hash<String,Object>
Response returned by the external system.
Corresponds to the JSON property response
501 502 503 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 501 def response @response end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
508 509 510 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 508 def update!(**args) @response = args[:response] if args.key?(:response) end |