Publication constructor
Publication({
- List<
DomainProperty> ? additionalDomains, - ContentPolicyStatus? contentPolicyStatus,
- String? displayName,
- String? languageCode,
- String? name,
- String? onboardingState,
- String? organizationId,
- String? paymentOption,
- DomainProperty? primaryDomain,
- List<
String> ? products, - String? publicationId,
- String? publicationPrivacyPolicyUrl,
- String? publicationTosUrl,
- String? publicationType,
- String? regionCode,
- RrmProduct? rrmProduct,
- 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,
});