WorkspaceImage constructor
WorkspaceImage({
- DateTime? created,
- String? description,
- String? errorCode,
- String? errorMessage,
- String? imageId,
- String? name,
- OperatingSystem? operatingSystem,
- String? ownerAccountId,
- WorkspaceImageRequiredTenancy? requiredTenancy,
- WorkspaceImageState? state,
Implementation
WorkspaceImage({
this.created,
this.description,
this.errorCode,
this.errorMessage,
this.imageId,
this.name,
this.operatingSystem,
this.ownerAccountId,
this.requiredTenancy,
this.state,
});