Reports Domain Host of the workspace
Name | Type | Description | Notes |
---|
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)