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
6 changes: 6 additions & 0 deletions scaleway-async/scaleway_async/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,9 @@ async def list_inbound_transfers(
organization_id: Optional[str] = None,
) -> ListInboundTransfersResponse:
"""
List inbound domain transfers.
List all inbound transfer operations on the account.
You can filter the list of inbound transfers by domain name.
:param page:
:param domain:
:param page_size:
Expand Down Expand Up @@ -1530,6 +1533,9 @@ async def list_inbound_transfers_all(
organization_id: Optional[str] = None,
) -> list[InboundTransfer]:
"""
List inbound domain transfers.
List all inbound transfer operations on the account.
You can filter the list of inbound transfers by domain name.
:param page:
:param domain:
:param page_size:
Expand Down
6 changes: 6 additions & 0 deletions scaleway/scaleway/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,9 @@ def list_inbound_transfers(
organization_id: Optional[str] = None,
) -> ListInboundTransfersResponse:
"""
List inbound domain transfers.
List all inbound transfer operations on the account.
You can filter the list of inbound transfers by domain name.
:param page:
:param domain:
:param page_size:
Expand Down Expand Up @@ -1528,6 +1531,9 @@ def list_inbound_transfers_all(
organization_id: Optional[str] = None,
) -> list[InboundTransfer]:
"""
List inbound domain transfers.
List all inbound transfer operations on the account.
You can filter the list of inbound transfers by domain name.
:param page:
:param domain:
:param page_size:
Expand Down