Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

ReportsDomainHostOfTheWorkspace.md

File metadata and controls

29 lines (20 loc) · 1.11 KB

ReportsDomainHostOfTheWorkspace

Reports Domain Host of the workspace

Properties

Name Type Description Notes

Example

from openapi_client.models.reports_domain_host_of_the_workspace import ReportsDomainHostOfTheWorkspace

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

# convert the object into a dict
reports_domain_host_of_the_workspace_dict = reports_domain_host_of_the_workspace_instance.to_dict()
# create an instance of ReportsDomainHostOfTheWorkspace from a dict
reports_domain_host_of_the_workspace_from_dict = ReportsDomainHostOfTheWorkspace.from_dict(reports_domain_host_of_the_workspace_dict)

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