Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 960 Bytes

ACLIdsInnerOneOf.md

File metadata and controls

29 lines (21 loc) · 960 Bytes

ACLIdsInnerOneOf

Properties

Name Type Description Notes
id str [optional]
type str [optional]

Example

from wonde.models.acl_ids_inner_one_of import ACLIdsInnerOneOf

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

# convert the object into a dict
acl_ids_inner_one_of_dict = acl_ids_inner_one_of_instance.to_dict()
# create an instance of ACLIdsInnerOneOf from a dict
acl_ids_inner_one_of_form_dict = acl_ids_inner_one_of.from_dict(acl_ids_inner_one_of_dict)

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