GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson constructor

GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson(
  1. Map json_
)

Implementation

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