Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

File metadata and controls

29 lines (20 loc) · 1.06 KB

RBACRoleFieldforOrganization

Properties

Name Type Description Notes
name str [optional]

Example

from hyperstack.models.rbac_role_fieldfor_organization import RBACRoleFieldforOrganization

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

# convert the object into a dict
rbac_role_fieldfor_organization_dict = rbac_role_fieldfor_organization_instance.to_dict()
# create an instance of RBACRoleFieldforOrganization from a dict
rbac_role_fieldfor_organization_form_dict = rbac_role_fieldfor_organization.from_dict(rbac_role_fieldfor_organization_dict)

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