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.
36694 36695 36696 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36694 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
36692 36693 36694 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36692 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36699 36700 36701 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36699 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |