interface ObjectStorageListResponse {
    entries: ObjectStorageObjectMeta[];
}

Properties

Properties

entries: ObjectStorageObjectMeta[]