Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for LocalServicesLeadService.AppendLeadConversation.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse.
36559 36560 36561 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36559 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConversationOrError>
Required. List of append conversation operation results.
Corresponds to the JSON property responses
36557 36558 36559 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36557 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36564 36565 36566 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36564 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |