TargetingExpansionConfig.fromJson constructor
TargetingExpansionConfig.fromJson(
- Map json_
Implementation
TargetingExpansionConfig.fromJson(core.Map json_)
: this(
excludeDemographicExpansion:
json_['excludeDemographicExpansion'] as core.bool?,
excludeFirstPartyAudience:
json_['excludeFirstPartyAudience'] as core.bool?,
targetingExpansionLevel:
json_['targetingExpansionLevel'] as core.String?,
);