• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

box / box-python-sdk-gen / 16346665995

17 Jul 2025 01:37PM UTC coverage: 92.229% (-0.4%) from 92.63%
16346665995

Pull #646

github

web-flow
Merge 7dece9744 into 64069db8d
Pull Request #646: fix: Error at 'Create metadata instance on file' box/box-openapi#393 (box/box-openapi#539)

154 of 228 new or added lines in 22 files covered. (67.54%)

25 existing lines in 2 files now uncovered.

12937 of 14027 relevant lines covered (92.23%)

0.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

63.64
/box_sdk_gen/schemas/v2025_r0/hub_items_v2025_r0.py
1
from typing import Optional
1✔
2

3
from typing import List
1✔
4

5
from box_sdk_gen.internal.base_object import BaseObject
1✔
6

7
from box_sdk_gen.schemas.v2025_r0.hub_item_v2025_r0 import HubItemV2025R0
1✔
8

9
from box_sdk_gen.box.errors import BoxSDKError
1✔
10

11

12
class HubItemsV2025R0(BaseObject):
1✔
13
    def __init__(
1✔
14
        self,
15
        *,
16
        entries: Optional[List[HubItemV2025R0]] = None,
17
        limit: Optional[int] = None,
18
        next_marker: Optional[str] = None,
19
        **kwargs
20
    ):
21
        """
22
                :param entries: A list of Hub items., defaults to None
23
                :type entries: Optional[List[HubItemV2025R0]], optional
24
                :param limit: The limit that was used for these entries. This will be the same as the
25
        `limit` query parameter unless that value exceeded the maximum value
26
        allowed. The maximum value varies by API., defaults to None
27
                :type limit: Optional[int], optional
28
                :param next_marker: The marker for the start of the next page of results., defaults to None
29
                :type next_marker: Optional[str], optional
30
        """
NEW
31
        super().__init__(**kwargs)
×
NEW
32
        self.entries = entries
×
NEW
33
        self.limit = limit
×
NEW
34
        self.next_marker = next_marker
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc