A list of the domains for which the system disabled NSEC3.
| 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] |
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)