FirstPartyAndPartnerAudienceTargetingSetting.fromJson constructor

FirstPartyAndPartnerAudienceTargetingSetting.fromJson(
  1. Map json_
)

Implementation

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