Get Exposure Control Feature Value Plain Args
    data class GetExposureControlFeatureValuePlainArgs(val featureName: String? = null, val featureType: String? = null, val locationId: String) : ConvertibleToJava<GetExposureControlFeatureValuePlainArgs> 
Constructors
Link copied to clipboard
                fun GetExposureControlFeatureValuePlainArgs(featureName: String? = null, featureType: String? = null, locationId: String)