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
frompermify.models.stream_result_of_permission_lookup_entity_stream_responseimportStreamResultOfPermissionLookupEntityStreamResponse# TODO update the JSON string belowjson="{}"# create an instance of StreamResultOfPermissionLookupEntityStreamResponse from a JSON stringstream_result_of_permission_lookup_entity_stream_response_instance=StreamResultOfPermissionLookupEntityStreamResponse.from_json(json)
# print the JSON string representation of the objectprint(StreamResultOfPermissionLookupEntityStreamResponse.to_json())
# convert the object into a dictstream_result_of_permission_lookup_entity_stream_response_dict=stream_result_of_permission_lookup_entity_stream_response_instance.to_dict()
# create an instance of StreamResultOfPermissionLookupEntityStreamResponse from a dictstream_result_of_permission_lookup_entity_stream_response_from_dict=StreamResultOfPermissionLookupEntityStreamResponse.from_dict(stream_result_of_permission_lookup_entity_stream_response_dict)