An array of objects that contain the domains for which the system disabled DNSSEC.
| Name | Type | Description | Notes |
|---|---|---|---|
| additional_properties | int | Information about the domains for which the system disabled DNSSEC. * `1` — Disabled. * `0` — The system failed to disable DNSSEC. Note: This return's name is the `domain` parameter's value. | [optional] |
from clientapi_cpanel.models.inline_response20091_result_data_disabled import InlineResponse20091ResultDataDisabled
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse20091ResultDataDisabled from a JSON string
inline_response20091_result_data_disabled_instance = InlineResponse20091ResultDataDisabled.from_json(json)
# print the JSON string representation of the object
print(InlineResponse20091ResultDataDisabled.to_json())
# convert the object into a dict
inline_response20091_result_data_disabled_dict = inline_response20091_result_data_disabled_instance.to_dict()
# create an instance of InlineResponse20091ResultDataDisabled from a dict
inline_response20091_result_data_disabled_from_dict = InlineResponse20091ResultDataDisabled.from_dict(inline_response20091_result_data_disabled_dict)