Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.47 KB

File metadata and controls

30 lines (21 loc) · 1.47 KB

InlineResponse20099ResultDataDisabled

A list of the domains for which the system disabled NSEC3.

Properties

Name Type Description Notes
additional_properties int Whether the system disabled NSEC3 on the domain. * `1` — Disabled. * `0` — The system failed to disable NSEC3. Note: This return's name is the `domain` parameter's value. [optional]

Example

from clientapi_cpanel.models.inline_response20099_result_data_disabled import InlineResponse20099ResultDataDisabled

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

# convert the object into a dict
inline_response20099_result_data_disabled_dict = inline_response20099_result_data_disabled_instance.to_dict()
# create an instance of InlineResponse20099ResultDataDisabled from a dict
inline_response20099_result_data_disabled_from_dict = InlineResponse20099ResultDataDisabled.from_dict(inline_response20099_result_data_disabled_dict)

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