PostPublications constructor
PostPublications({})
Returns a new PostPublications instance.
Implementation
PostPublications({
this.dateCreated,
this.lastUpdated,
this.publicationId,
required this.postId,
required this.companyId,
this.integrationId,
required this.platform,
this.externalPostId,
this.externalPostUrl,
this.publishedAt,
required this.status,
this.errorMessage,
});