Container Definition Response
constructor(command: List<String>? = null, cpu: Int? = null, credentialSpecs: List<String>? = null, dependsOn: List<ContainerDependencyResponse>? = null, disableNetworking: Boolean? = null, dnsSearchDomains: List<String>? = null, dnsServers: List<String>? = null, dockerLabels: Any? = null, dockerSecurityOptions: List<String>? = null, entryPoint: List<String>? = null, environment: List<KeyValuePairResponse>? = null, environmentFiles: List<EnvironmentFileResponse>? = null, essential: Boolean? = null, extraHosts: List<HostEntryResponse>? = null, firelensConfiguration: FirelensConfigurationResponse? = null, healthCheck: HealthCheckResponse? = null, hostname: String? = null, image: String? = null, interactive: Boolean? = null, links: List<String>? = null, linuxParameters: LinuxParametersResponse? = null, logConfiguration: LogConfigurationResponse? = null, memory: Int? = null, memoryReservation: Int? = null, mountPoints: List<MountPointResponse>? = null, name: String? = null, portMappings: List<PortMappingResponse>? = null, privileged: Boolean? = null, pseudoTerminal: Boolean? = null, readonlyRootFilesystem: Boolean? = null, repositoryCredentials: RepositoryCredentialsResponse? = null, resourceRequirements: List<ResourceRequirementResponse>? = null, secrets: List<SecretResponse>? = null, startTimeout: Int? = null, stopTimeout: Int? = null, systemControls: List<SystemControlResponse>? = null, ulimits: List<UlimitResponse>? = null, user: String? = null, volumesFrom: List<VolumeFromResponse>? = null, workingDirectory: String? = null)