Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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