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