DescribeFaqResponse constructor

DescribeFaqResponse({
  1. DateTime? createdAt,
  2. String? description,
  3. String? errorMessage,
  4. FaqFileFormat? fileFormat,
  5. String? id,
  6. String? indexId,
  7. String? name,
  8. String? roleArn,
  9. S3Path? s3Path,
  10. FaqStatus? status,
  11. DateTime? updatedAt,
})

Implementation

DescribeFaqResponse({
  this.createdAt,
  this.description,
  this.errorMessage,
  this.fileFormat,
  this.id,
  this.indexId,
  this.name,
  this.roleArn,
  this.s3Path,
  this.status,
  this.updatedAt,
});