Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

InlineResponse200335ResultMetadataModsec.md

File metadata and controls

30 lines (21 loc) · 1.34 KB

InlineResponse200335ResultMetadataModsec

Properties

Name Type Description Notes
total_disabled int The total number of disabled entries. [optional]
total_enabled int The total number of enabled entries. [optional]

Example

from clientapi_cpanel.models.inline_response200335_result_metadata_modsec import InlineResponse200335ResultMetadataModsec

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

# convert the object into a dict
inline_response200335_result_metadata_modsec_dict = inline_response200335_result_metadata_modsec_instance.to_dict()
# create an instance of InlineResponse200335ResultMetadataModsec from a dict
inline_response200335_result_metadata_modsec_from_dict = InlineResponse200335ResultMetadataModsec.from_dict(inline_response200335_result_metadata_modsec_dict)

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