Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.42 KB

PagedResourceListOfTranslationScriptId.md

File metadata and controls

32 lines (24 loc) · 1.42 KB

PagedResourceListOfTranslationScriptId

Properties

Name Type Description Notes
next_page str [optional]
previous_page str [optional]
values List[TranslationScriptId]
href str [optional]
links List[Link] [optional]

Example

from lusid.models.paged_resource_list_of_translation_script_id import PagedResourceListOfTranslationScriptId

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

# convert the object into a dict
paged_resource_list_of_translation_script_id_dict = paged_resource_list_of_translation_script_id_instance.to_dict()
# create an instance of PagedResourceListOfTranslationScriptId from a dict
paged_resource_list_of_translation_script_id_form_dict = paged_resource_list_of_translation_script_id.from_dict(paged_resource_list_of_translation_script_id_dict)

Back to Model listBack to API listBack to README