Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

File metadata and controls

30 lines (21 loc) · 1.22 KB

InlineResponse200101ResultDataState

The subdirectory's indexing information.

Properties

Name Type Description Notes
index_type IndexType [optional]

Example

from clientapi_cpanel.models.inline_response200101_result_data_state import InlineResponse200101ResultDataState

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

# convert the object into a dict
inline_response200101_result_data_state_dict = inline_response200101_result_data_state_instance.to_dict()
# create an instance of InlineResponse200101ResultDataState from a dict
inline_response200101_result_data_state_from_dict = InlineResponse200101ResultDataState.from_dict(inline_response200101_result_data_state_dict)

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