GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata.fromJson constructor

GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata.fromJson(
  core.Map json_,
) : this(
      marketingObjective: json_['marketingObjective'] as core.String?,
      productCode: json_['productCode'] as core.String?,
      productName: json_['productName'] as core.String?,
    );