You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the full Sitejet Content Management System is enabled. * `1` - Full CMS is enabled. * `0` - Full CMS is disabled.
[optional]
language
str
The language selection for the Sitejet Content Management System.
[optional]
latest_publish_date
int
The last successful publication of the Sitejet domain in Unix time format.
[optional]
publish_status
int
Whether the Sitejet domain is published. * `1` - Website is published. * `0` - Website is not published.
[optional]
website_id
int
The website ID of the created website.
[optional]
Example
fromclientapi_cpanel.models.inline_response200476_result_metadataimportInlineResponse200476ResultMetadata# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200476ResultMetadata from a JSON stringinline_response200476_result_metadata_instance=InlineResponse200476ResultMetadata.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200476ResultMetadata.to_json())
# convert the object into a dictinline_response200476_result_metadata_dict=inline_response200476_result_metadata_instance.to_dict()
# create an instance of InlineResponse200476ResultMetadata from a dictinline_response200476_result_metadata_from_dict=InlineResponse200476ResultMetadata.from_dict(inline_response200476_result_metadata_dict)