The breakdown of eligibility inventory by feature.

Export

GetFeatureInventoryResponse

interface GetFeatureInventoryResponse {
    errors?: Error[];
    payload?: GetFeatureInventoryResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetFeatureInventoryResponse

Memberof

GetFeatureInventoryResponse