Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

CreateRole201ResponseInner.md

File metadata and controls

28 lines (20 loc) · 1.03 KB

CreateRole201ResponseInner

Properties

Name Type Description Notes
id int [optional]

Example

from onelogin.models.create_role201_response_inner import CreateRole201ResponseInner

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

# convert the object into a dict
create_role201_response_inner_dict = create_role201_response_inner_instance.to_dict()
# create an instance of CreateRole201ResponseInner from a dict
create_role201_response_inner_form_dict = create_role201_response_inner.from_dict(create_role201_response_inner_dict)

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