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

1012 B

AllAccountGroupRoles

Properties

Name Type Description Notes
all_account_group_roles **List[Role]** [optional]

Example

from admin_api.models.all_account_group_roles import AllAccountGroupRoles

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

# convert the object into a dict
all_account_group_roles_dict = all_account_group_roles_instance.to_dict()
# create an instance of AllAccountGroupRoles from a dict
all_account_group_roles_form_dict = all_account_group_roles.from_dict(all_account_group_roles_dict)

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