GoogleAdsSearchads360V23ResourcesDataPartnerIdentifier.fromJson constructor

GoogleAdsSearchads360V23ResourcesDataPartnerIdentifier.fromJson(
  1. Map json_
)

Implementation

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