ContainerDetail constructor
      
      ContainerDetail({ 
    
    
- List<String> ? command,
- String? containerInstanceArn,
- List<KeyValuePair> ? environment,
- String? executionRoleArn,
- int? exitCode,
- FargatePlatformConfiguration? fargatePlatformConfiguration,
- String? image,
- String? instanceType,
- String? jobRoleArn,
- LinuxParameters? linuxParameters,
- LogConfiguration? logConfiguration,
- String? logStreamName,
- int? memory,
- List<MountPoint> ? mountPoints,
- NetworkConfiguration? networkConfiguration,
- List<NetworkInterface> ? networkInterfaces,
- bool? privileged,
- bool? readonlyRootFilesystem,
- String? reason,
- List<ResourceRequirement> ? resourceRequirements,
- List<Secret> ? secrets,
- String? taskArn,
- List<Ulimit> ? ulimits,
- String? user,
- int? vcpus,
- List<Volume> ? volumes,
Implementation
ContainerDetail({
  this.command,
  this.containerInstanceArn,
  this.environment,
  this.executionRoleArn,
  this.exitCode,
  this.fargatePlatformConfiguration,
  this.image,
  this.instanceType,
  this.jobRoleArn,
  this.linuxParameters,
  this.logConfiguration,
  this.logStreamName,
  this.memory,
  this.mountPoints,
  this.networkConfiguration,
  this.networkInterfaces,
  this.privileged,
  this.readonlyRootFilesystem,
  this.reason,
  this.resourceRequirements,
  this.secrets,
  this.taskArn,
  this.ulimits,
  this.user,
  this.vcpus,
  this.volumes,
});