interface DiscountFilter {
    exclude: boolean;
    type: Billing.v2beta1.DiscountFilterType;
    value: string;
}

Properties

Properties

exclude: boolean

Boolean to describe if filter is an excluding filter.

Type of the filter (category name, product name, product range, resource name, region or zone).

value: string

Value of filter.