Interface: BucketObjects
Defined in: model/bucketObjects.ts:9
An array where each element represents an object in the bucket.
Export
BucketObjects
Properties
items?
optional
items:ObjectDetails
[] Defined in: model/bucketObjects.ts:15
Memberof
BucketObjects
next?
optional
next:string
Defined in: model/bucketObjects.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
BucketObjects