GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier.fromJson constructor
GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier.fromJson(
core.Map json_,
) : this(customer: json_['customer'] as core.String?);