GoogleAdsHomeservicesLocalservicesV1MessageLead.fromJson constructor

GoogleAdsHomeservicesLocalservicesV1MessageLead.fromJson(
  1. Map json_
)

Implementation

GoogleAdsHomeservicesLocalservicesV1MessageLead.fromJson(core.Map json_)
  : this(
      consumerPhoneNumber: json_['consumerPhoneNumber'] as core.String?,
      customerName: json_['customerName'] as core.String?,
      jobType: json_['jobType'] as core.String?,
      postalCode: json_['postalCode'] as core.String?,
    );