Image constructor
Image({
- required String name,
- List<
Application> ? applications, - String? appstreamAgentVersion,
- String? arn,
- String? baseImageArn,
- DateTime? createdTime,
- String? description,
- String? displayName,
- String? imageBuilderName,
- bool? imageBuilderSupported,
- ImagePermissions? imagePermissions,
- PlatformType? platform,
- DateTime? publicBaseImageReleasedDate,
- ImageState? state,
- ImageStateChangeReason? stateChangeReason,
- VisibilityType? visibility,
Implementation
Image({
required this.name,
this.applications,
this.appstreamAgentVersion,
this.arn,
this.baseImageArn,
this.createdTime,
this.description,
this.displayName,
this.imageBuilderName,
this.imageBuilderSupported,
this.imagePermissions,
this.platform,
this.publicBaseImageReleasedDate,
this.state,
this.stateChangeReason,
this.visibility,
});