GoogleAdsSearchads360V23ResourcesLocalServicesLead class

Data from Local Services Lead.

Contains details of Lead which is generated when user calls, messages or books service from advertiser. More info: https://ads.google.com/local-services-ads

Constructors

GoogleAdsSearchads360V23ResourcesLocalServicesLead({String? categoryId, GoogleAdsSearchads360V23ResourcesContactDetails? contactDetails, String? creationDateTime, GoogleAdsSearchads360V23ResourcesCreditDetails? creditDetails, String? id, bool? leadCharged, bool? leadFeedbackSubmitted, String? leadStatus, String? leadType, String? locale, GoogleAdsSearchads360V23ResourcesNote? note, String? resourceName, String? serviceId})
GoogleAdsSearchads360V23ResourcesLocalServicesLead.fromJson(Map json_)

Properties

categoryId String?
Service category of the lead.
getter/setter pair
contactDetails GoogleAdsSearchads360V23ResourcesContactDetails?
Lead's contact details.
getter/setter pair
creationDateTime String?
The date time at which lead was created by Local Services Ads.
getter/setter pair
creditDetails GoogleAdsSearchads360V23ResourcesCreditDetails?
Credit details of the lead.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of this Lead.
getter/setter pair
leadCharged bool?
True if the advertiser was charged for the lead.
getter/setter pair
leadFeedbackSubmitted bool?
True if the advertiser submitted feedback for the lead.
getter/setter pair
leadStatus String?
Current status of lead.
getter/setter pair
leadType String?
Type of Local Services lead: phone, message, booking, etc.
getter/setter pair
locale String?
Language used by the Local Services provider linked to lead.
getter/setter pair
note GoogleAdsSearchads360V23ResourcesNote?
Note added by advertiser for the lead.
getter/setter pair
resourceName String?
The resource name of the local services lead data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String?
Service for the category.
getter/setter pair

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