Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.14 KB

ListApplicationsIsThirdPartyParameter.md

File metadata and controls

28 lines (19 loc) · 1.14 KB

ListApplicationsIsThirdPartyParameter

Properties

Name Type Description Notes

Example

from py_logto.models.list_applications_is_third_party_parameter import ListApplicationsIsThirdPartyParameter

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

# convert the object into a dict
list_applications_is_third_party_parameter_dict = list_applications_is_third_party_parameter_instance.to_dict()
# create an instance of ListApplicationsIsThirdPartyParameter from a dict
list_applications_is_third_party_parameter_from_dict = ListApplicationsIsThirdPartyParameter.from_dict(list_applications_is_third_party_parameter_dict)

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