GetExposureControlFeatureValueByFactoryResult

data class GetExposureControlFeatureValueByFactoryResult(val featureName: String, val value: String)

The exposure control response.

Constructors

constructor(featureName: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The feature name.

Link copied to clipboard

The feature value.