interface ListOffersResponse {
    offers: BareMetal.v1.Offer[];
    totalCount: number;
}

Properties

Properties

offers: BareMetal.v1.Offer[]

Offers that match filters.

totalCount: number

Total count of matching offers.