GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation class
Data from Local Services Lead Conversation.
Contains details of Lead Conversation which is generated when user calls, messages or books service from advertiser. These are appended to a Lead. More info: https://ads.google.com/local-services-ads
Constructors
- GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation({String? conversationChannel, String? eventDateTime, String? id, String? lead, GoogleAdsSearchads360V23ResourcesMessageDetails? messageDetails, String? participantType, GoogleAdsSearchads360V23ResourcesPhoneCallDetails? phoneCallDetails, String? resourceName})
- GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation.fromJson(Map json_)
Properties
- conversationChannel ↔ String?
-
Type of GLS lead conversation, EMAIL, MESSAGE, PHONE_CALL, SMS, etc.
getter/setter pair
- eventDateTime ↔ String?
-
The date time at which lead conversation was created by Local Services
Ads.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this Lead Conversation.
getter/setter pair
- lead ↔ String?
-
Resource name of Lead associated to the Lead Conversation.
getter/setter pair
- messageDetails ↔ GoogleAdsSearchads360V23ResourcesMessageDetails?
-
Details of message conversation in case of EMAIL, MESSAGE or SMS.
getter/setter pair
- participantType ↔ String?
-
Type of participant in the lead conversation, ADVERTISER or CONSUMER.
getter/setter pair
- phoneCallDetails ↔ GoogleAdsSearchads360V23ResourcesPhoneCallDetails?
-
Details of phone call conversation in case of PHONE_CALL.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the local services lead conversation data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited