Package version:

Interface ExposureControlResponse

The exposure control response.

interface ExposureControlResponse {
    featureName?: string;
    value?: string;
}

Properties

Properties

featureName?: string

The feature name. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

The feature value. NOTE: This property will not be serialized. It can only be populated by the server.