Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationResponse

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

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

#responsesArray<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