Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest
- 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
-
#conversations ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConversation>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesAppendLeadConversationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#conversations ⇒ Array<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 |