ReviewStatusInfo constructor
ReviewStatusInfo({
- String? approvalStatus,
- String? contentAndPolicyReviewStatus,
- String? creativeAndLandingPageReviewStatus,
- List<
ExchangeReviewStatus> ? exchangeReviewStatuses,
Implementation
ReviewStatusInfo({
this.approvalStatus,
this.contentAndPolicyReviewStatus,
this.creativeAndLandingPageReviewStatus,
this.exchangeReviewStatuses,
});