Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.14 KB

File metadata and controls

28 lines (19 loc) · 1.14 KB

ListSubscriptionsRoleRoleRefParameter

Properties

Name Type Description Notes

Example

from okta.models.list_subscriptions_role_role_ref_parameter import ListSubscriptionsRoleRoleRefParameter

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

# convert the object into a dict
list_subscriptions_role_role_ref_parameter_dict = list_subscriptions_role_role_ref_parameter_instance.to_dict()
# create an instance of ListSubscriptionsRoleRoleRefParameter from a dict
list_subscriptions_role_role_ref_parameter_from_dict = ListSubscriptionsRoleRoleRefParameter.from_dict(list_subscriptions_role_role_ref_parameter_dict)

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