GoogleAdsSearchads360V23CommonExclusionSegment.fromJson constructor
GoogleAdsSearchads360V23CommonExclusionSegment.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonExclusionSegment.fromJson(core.Map json_)
: this(
userList: json_.containsKey('userList')
? GoogleAdsSearchads360V23CommonUserListSegment.fromJson(
json_['userList'] as core.Map<core.String, core.dynamic>,
)
: null,
);