GoogleAdsSearchads360V23CommonRuleBasedUserListInfo.fromJson constructor
GoogleAdsSearchads360V23CommonRuleBasedUserListInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonRuleBasedUserListInfo.fromJson(core.Map json_)
: this(
flexibleRuleUserList: json_.containsKey('flexibleRuleUserList')
? GoogleAdsSearchads360V23CommonFlexibleRuleUserListInfo.fromJson(
json_['flexibleRuleUserList']
as core.Map<core.String, core.dynamic>,
)
: null,
prepopulationStatus: json_['prepopulationStatus'] as core.String?,
);