PostsUpdate constructor
PostsUpdate({
- String? userId,
- String? companyId,
- String? title,
- String? category,
- String? contentHtml,
- Object? insightsUsed,
- int? generationCreativity,
- int? generationTargetWordCount,
- String? generationTone,
- bool? generationIncludeCitations,
- int? generationSubheadingCount,
- double? generationTemperature,
- int? dataCostCredits,
- int? serviceCostCredits,
- int? totalCostCredits,
- int? successfulInsightsCount,
- int? failedInsightsCount,
- int? generationTimeMs,
- bool? isPublished,
- DateTime? publishedAt,
- int? viewCount,
- DateTime? lastEditedAt,
Returns a new PostsUpdate instance.
Implementation
PostsUpdate({
this.userId,
this.companyId,
this.title,
this.category,
this.teaser,
this.contentHtml,
this.insightsUsed,
this.generationCreativity,
this.generationTargetWordCount,
this.generationTone,
this.generationIncludeCitations,
this.generationSubheadingCount,
this.generationTemperature,
this.dataCostCredits,
this.serviceCostCredits,
this.totalCostCredits,
this.successfulInsightsCount,
this.failedInsightsCount,
this.generationTimeMs,
this.isPublished,
this.publishedAt,
this.viewCount,
this.lastEditedAt,
});