Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

File metadata and controls

29 lines (20 loc) · 1.1 KB

Jumpboxv3GetAccountsResponse

Properties

Name Type Description Notes
tenants List[Jumpboxv3Tenant] [optional]

Example

from ibm_gdsc_sdk_saas.models.jumpboxv3_get_accounts_response import Jumpboxv3GetAccountsResponse

# TODO update the JSON string below
json = "{}"
# create an instance of Jumpboxv3GetAccountsResponse from a JSON string
jumpboxv3_get_accounts_response_instance = Jumpboxv3GetAccountsResponse.from_json(json)
# print the JSON string representation of the object
print(Jumpboxv3GetAccountsResponse.to_json())

# convert the object into a dict
jumpboxv3_get_accounts_response_dict = jumpboxv3_get_accounts_response_instance.to_dict()
# create an instance of Jumpboxv3GetAccountsResponse from a dict
jumpboxv3_get_accounts_response_from_dict = Jumpboxv3GetAccountsResponse.from_dict(jumpboxv3_get_accounts_response_dict)

[Back to Model list] [Back to API list] [Back to README]