Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.42 KB

RenewalsSearchResponseRenewalsInnerLinksInner.md

File metadata and controls

31 lines (22 loc) · 1.42 KB

RenewalsSearchResponseRenewalsInnerLinksInner

Properties

Name Type Description Notes
topic str The topic of the link. [optional]
href str The URL of the topic. [optional]
type str Type of a call. [optional]

Example

from xi.sdk.resellers.models.renewals_search_response_renewals_inner_links_inner import RenewalsSearchResponseRenewalsInnerLinksInner

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

# convert the object into a dict
renewals_search_response_renewals_inner_links_inner_dict = renewals_search_response_renewals_inner_links_inner_instance.to_dict()
# create an instance of RenewalsSearchResponseRenewalsInnerLinksInner from a dict
renewals_search_response_renewals_inner_links_inner_from_dict = RenewalsSearchResponseRenewalsInnerLinksInner.from_dict(renewals_search_response_renewals_inner_links_inner_dict)

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