thousandeyes-sdk-python/admin_api/docs/AccountGroupRoles.md
2023-12-07 10:28:08 +00:00

1.0 KiB

AccountGroupRoles

Properties

Name Type Description Notes
account_group_roles **List[AccountGroupRolesAccountGroupRolesInner]** [optional]

Example

from admin_api.models.account_group_roles import AccountGroupRoles

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

# convert the object into a dict
account_group_roles_dict = account_group_roles_instance.to_dict()
# create an instance of AccountGroupRoles from a dict
account_group_roles_form_dict = account_group_roles.from_dict(account_group_roles_dict)

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