The breakdown of eligibility inventory by feature.

GetFeatureInventoryResponse

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

Properties

Properties

errors?: Error[]

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

GetFeatureInventoryResponse

GetFeatureInventoryResponse