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