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.



36766
36767
36768
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36766

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



36764
36765
36766
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36764

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36771
36772
36773
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36771

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