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.



36675
36676
36677
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36675

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



36673
36674
36675
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36673

def conversations
  @conversations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36680
36681
36682
# File 'lib/google/apis/searchads360_v23/classes.rb', line 36680

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