Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 974 Bytes

File metadata and controls

30 lines (21 loc) · 974 Bytes

SourceLinks

Properties

Name Type Description Notes
var_self HrefObjectSelfLink [optional]
var_schema SourceLinksAllOfSchema [optional]

Example

from okta.models.source_links import SourceLinks

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

# convert the object into a dict
source_links_dict = source_links_instance.to_dict()
# create an instance of SourceLinks from a dict
source_links_from_dict = SourceLinks.from_dict(source_links_dict)

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