GoogleAdsSearchads360V23CommonNegativeKeywordListInfo.fromJson constructor

GoogleAdsSearchads360V23CommonNegativeKeywordListInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonNegativeKeywordListInfo.fromJson(core.Map json_)
  : this(sharedSet: json_['sharedSet'] as core.String?);