GetExposureControlFeatureValueResult

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

The exposure control response.

Constructors

Link copied to clipboard
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.