FindObjectsResponseFilterOptionGroupsInner
Properties
Example
from odm_api.models.find_objects_response_filter_option_groups_inner import FindObjectsResponseFilterOptionGroupsInner
# TODO update the JSON string below
json = "{}"
# create an instance of FindObjectsResponseFilterOptionGroupsInner from a JSON string
find_objects_response_filter_option_groups_inner_instance = FindObjectsResponseFilterOptionGroupsInner.from_json(json)
# print the JSON string representation of the object
print(FindObjectsResponseFilterOptionGroupsInner.to_json())
# convert the object into a dict
find_objects_response_filter_option_groups_inner_dict = find_objects_response_filter_option_groups_inner_instance.to_dict()
# create an instance of FindObjectsResponseFilterOptionGroupsInner from a dict
find_objects_response_filter_option_groups_inner_from_dict = FindObjectsResponseFilterOptionGroupsInner.from_dict(find_objects_response_filter_option_groups_inner_dict)
[Back to Model list] [Back to API list] [Back to README]