Service Task Spec Container Spec Mount Volume Options
data class ServiceTaskSpecContainerSpecMountVolumeOptions(val driverName: String? = null, val driverOptions: Map<String, String>? = null, val labels: List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>? = null, val noCopy: Boolean? = null)