You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromokta.models.resource_set_binding_add_members_requestimportResourceSetBindingAddMembersRequest# TODO update the JSON string belowjson="{}"# create an instance of ResourceSetBindingAddMembersRequest from a JSON stringresource_set_binding_add_members_request_instance=ResourceSetBindingAddMembersRequest.from_json(json)
# print the JSON string representation of the objectprint(ResourceSetBindingAddMembersRequest.to_json())
# convert the object into a dictresource_set_binding_add_members_request_dict=resource_set_binding_add_members_request_instance.to_dict()
# create an instance of ResourceSetBindingAddMembersRequest from a dictresource_set_binding_add_members_request_from_dict=ResourceSetBindingAddMembersRequest.from_dict(resource_set_binding_add_members_request_dict)