GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo.fromJson constructor

GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo.fromJson(
  1. Map json_
)

Implementation

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