Publication constructor

Publication({
  1. List<DomainProperty>? additionalDomains,
  2. ContentPolicyStatus? contentPolicyStatus,
  3. String? displayName,
  4. String? languageCode,
  5. String? name,
  6. String? onboardingState,
  7. String? organizationId,
  8. String? paymentOption,
  9. DomainProperty? primaryDomain,
  10. List<String>? products,
  11. String? publicationId,
  12. String? publicationPrivacyPolicyUrl,
  13. String? publicationTosUrl,
  14. String? publicationType,
  15. String? regionCode,
  16. RrmProduct? rrmProduct,
  17. SlProduct? slProduct,
})

Implementation

Publication({
  this.additionalDomains,
  this.contentPolicyStatus,
  this.displayName,
  this.languageCode,
  this.name,
  this.onboardingState,
  this.organizationId,
  this.paymentOption,
  this.primaryDomain,
  this.products,
  this.publicationId,
  this.publicationPrivacyPolicyUrl,
  this.publicationTosUrl,
  this.publicationType,
  this.regionCode,
  this.rrmProduct,
  this.slProduct,
});