The response schema for the getFeatureSKU operation.

GetFeatureSkuResponse

interface GetFeatureSkuResponse {
    errors?: Error[];
    payload?: GetFeatureSkuResult;
}

Properties

Properties

errors?: Error[]

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

GetFeatureSkuResponse

GetFeatureSkuResponse