The directive's default value.
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200284_result_data_directives_default_value import InlineResponse200284ResultDataDirectivesDefaultValue
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200284ResultDataDirectivesDefaultValue from a JSON string
inline_response200284_result_data_directives_default_value_instance = InlineResponse200284ResultDataDirectivesDefaultValue.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200284ResultDataDirectivesDefaultValue.to_json())
# convert the object into a dict
inline_response200284_result_data_directives_default_value_dict = inline_response200284_result_data_directives_default_value_instance.to_dict()
# create an instance of InlineResponse200284ResultDataDirectivesDefaultValue from a dict
inline_response200284_result_data_directives_default_value_from_dict = InlineResponse200284ResultDataDirectivesDefaultValue.from_dict(inline_response200284_result_data_directives_default_value_dict)