CreateThemeResponse constructor

CreateThemeResponse({
  1. String? arn,
  2. ResourceStatus? creationStatus,
  3. String? requestId,
  4. int? status,
  5. String? themeId,
  6. String? versionArn,
})

Implementation

CreateThemeResponse({
  this.arn,
  this.creationStatus,
  this.requestId,
  this.status,
  this.themeId,
  this.versionArn,
});