Class: Google::Apis::ConnectorsV2::UpdateEntitiesWithConditionsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateEntitiesWithConditionsResponse

Returns a new instance of UpdateEntitiesWithConditionsResponse.



1543
1544
1545
# File 'lib/google/apis/connectors_v2/classes.rb', line 1543

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#responseHash<String,Object>

Response returned by the external system. Corresponds to the JSON property response

Returns:

  • (Hash<String,Object>)


1541
1542
1543
# File 'lib/google/apis/connectors_v2/classes.rb', line 1541

def response
  @response
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1548
1549
1550
# File 'lib/google/apis/connectors_v2/classes.rb', line 1548

def update!(**args)
  @response = args[:response] if args.key?(:response)
end