Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest

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

Request message for LocalServicesLeadService.AppendLeadConversation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest.



36540
36541
36542
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36540

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

Instance Attribute Details

#conversationsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConversation>

Required. Conversations that are being appended. Corresponds to the JSON property conversations



36538
36539
36540
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36538

def conversations
  @conversations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36545
36546
36547
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36545

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