Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.01 KB

File metadata and controls

29 lines (20 loc) · 1.01 KB

CreateOrganizationRequest

Properties

NameTypeDescriptionNotes
namestr

Example

fromplatform_api_python_client.models.create_organization_requestimportCreateOrganizationRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateOrganizationRequest from a JSON stringcreate_organization_request_instance=CreateOrganizationRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateOrganizationRequest.to_json())
# convert the object into a dictcreate_organization_request_dict=create_organization_request_instance.to_dict()
# create an instance of CreateOrganizationRequest from a dictcreate_organization_request_from_dict=CreateOrganizationRequest.from_dict(create_organization_request_dict)

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