WorkspaceImage constructor

WorkspaceImage(
  1. {DateTime? created,
  2. String? description,
  3. String? errorCode,
  4. String? errorMessage,
  5. String? imageId,
  6. String? name,
  7. OperatingSystem? operatingSystem,
  8. String? ownerAccountId,
  9. WorkspaceImageRequiredTenancy? requiredTenancy,
  10. WorkspaceImageState? state}
)

Implementation

WorkspaceImage({
  this.created,
  this.description,
  this.errorCode,
  this.errorMessage,
  this.imageId,
  this.name,
  this.operatingSystem,
  this.ownerAccountId,
  this.requiredTenancy,
  this.state,
});