Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

File metadata and controls

29 lines (20 loc) · 1.08 KB

Tenantuserv3PostRoleRequest

Properties

Name Type Description Notes
role Tenantuserv3Role [optional]

Example

from ibm_gdsc_sdk_saas.models.tenantuserv3_post_role_request import Tenantuserv3PostRoleRequest

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

# convert the object into a dict
tenantuserv3_post_role_request_dict = tenantuserv3_post_role_request_instance.to_dict()
# create an instance of Tenantuserv3PostRoleRequest from a dict
tenantuserv3_post_role_request_from_dict = Tenantuserv3PostRoleRequest.from_dict(tenantuserv3_post_role_request_dict)

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