GetExposureControlFeatureValuePlainArgs

data class GetExposureControlFeatureValuePlainArgs(val featureName: String? = null, val featureType: String? = null, val locationId: String) : ConvertibleToJava<GetExposureControlFeatureValuePlainArgs>

Constructors

Link copied to clipboard
constructor(featureName: String? = null, featureType: String? = null, locationId: String)

Properties

Link copied to clipboard
val featureName: String? = null

The feature name.

Link copied to clipboard
val featureType: String? = null

The feature type.

Link copied to clipboard

The location identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetExposureControlFeatureValuePlainArgs