Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/test/fill_test_gaps_in_models' i…
Browse files Browse the repository at this point in the history
…nto test/fill_test_gaps_in_models
  • Loading branch information
ykim-akamai committed Jun 28, 2024
2 parents 99fef09 + e4efc36 commit f7c3024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linode_api4/groups/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ def child_accounts(self, *filters):
"""
Returns a list of all child accounts under the this parent account.
NOTE: Parent/Child related features may not be generally available.
API doc: TBD
:returns: a list of all child accounts.
Expand Down
2 changes: 2 additions & 0 deletions linode_api4/objects/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class ChildAccount(Account):
"""
A child account under a parent account.
NOTE: Parent/Child related features may not be generally available.
API Documentation: TBD
"""

Expand Down

0 comments on commit f7c3024

Please sign in to comment.