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