PostPublicationsUpdate constructor

PostPublicationsUpdate({
  1. String? postId,
  2. String? companyId,
  3. String? integrationId,
  4. String? platform,
  5. String? externalPostId,
  6. String? externalPostUrl,
  7. DateTime? publishedAt,
  8. String? status,
  9. String? errorMessage,
})

Returns a new PostPublicationsUpdate instance.

Implementation

PostPublicationsUpdate({
  this.postId,
  this.companyId,
  this.integrationId,
  this.platform,
  this.externalPostId,
  this.externalPostUrl,
  this.publishedAt,
  this.status,
  this.errorMessage,
});