GoogleAdsSearchads360V23CommonPromotionBarcodeInfo.fromJson constructor

GoogleAdsSearchads360V23CommonPromotionBarcodeInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonPromotionBarcodeInfo.fromJson(core.Map json_)
  : this(
      barcodeContent: json_['barcodeContent'] as core.String?,
      type: json_['type'] as core.String?,
    );