Command Job Response
constructor(codeId: String? = null, command: String, componentId: String? = null, computeId: String? = null, description: String? = null, displayName: String? = null, distribution: Any? = null, environmentId: String, environmentVariables: Map<String, String>? = null, experimentName: String? = null, identity: Any? = null, inputs: Map<String, Any>? = null, isArchived: Boolean? = null, jobType: String, limits: CommandJobLimitsResponse? = null, notificationSetting: NotificationSettingResponse? = null, outputs: Map<String, Any>? = null, parameters: Any, properties: Map<String, String>? = null, queueSettings: QueueSettingsResponse? = null, resources: JobResourceConfigurationResponse? = null, services: Map<String, JobServiceResponse>? = null, status: String, tags: Map<String, String>? = null)