Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.51 KB

File metadata and controls

30 lines (21 loc) · 1.51 KB

InlineResponse20091ResultDataDisabled

An array of objects that contain the domains for which the system disabled DNSSEC.

Properties

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]

Example

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)

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