Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

File metadata and controls

30 lines (21 loc) · 1.41 KB

SearchDataCustodians200ResponseDataInnerSourceInner

Properties

Name Type Description Notes
name str [optional]
team_logo str [optional]

Example

from gateway_api_sdk.models.search_data_custodians200_response_data_inner_source_inner import SearchDataCustodians200ResponseDataInnerSourceInner

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

# convert the object into a dict
search_data_custodians200_response_data_inner_source_inner_dict = search_data_custodians200_response_data_inner_source_inner_instance.to_dict()
# create an instance of SearchDataCustodians200ResponseDataInnerSourceInner from a dict
search_data_custodians200_response_data_inner_source_inner_from_dict = SearchDataCustodians200ResponseDataInnerSourceInner.from_dict(search_data_custodians200_response_data_inner_source_inner_dict)

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