GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson constructor
GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson(
- Map json_
Implementation
GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson(core.Map json_)
: this(
chargedCallTimestamp: json_['chargedCallTimestamp'] as core.String?,
chargedConnectedCallDurationSeconds:
json_['chargedConnectedCallDurationSeconds'] as core.String?,
consumerPhoneNumber: json_['consumerPhoneNumber'] as core.String?,
);