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