Request

Response

    Interface: Buckets

    Defined in: model/buckets.ts:9

    An object that represents a collection of buckets.

    Export

    Buckets

    Properties

    items

    items: BucketsItems[] Defined in: model/buckets.ts:15

    Array of objects, where each object represents a bucket.

    Memberof

    Buckets


    next?

    optional next: string Defined in: model/buckets.ts:21

    The URL to be used to retrieve the next page of results, if available. It will be present only when there are more items to be retrieved after the current set.

    Memberof

    Buckets