The parent directory's indexing information.
| Name | Type | Description | Notes |
|---|---|---|---|
| index_type | IndexType | [optional] |
from clientapi_cpanel.models.inline_response200101_result_data_parent_state import InlineResponse200101ResultDataParentState
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200101ResultDataParentState from a JSON string
inline_response200101_result_data_parent_state_instance = InlineResponse200101ResultDataParentState.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200101ResultDataParentState.to_json())
# convert the object into a dict
inline_response200101_result_data_parent_state_dict = inline_response200101_result_data_parent_state_instance.to_dict()
# create an instance of InlineResponse200101ResultDataParentState from a dict
inline_response200101_result_data_parent_state_from_dict = InlineResponse200101ResultDataParentState.from_dict(inline_response200101_result_data_parent_state_dict)