| Name | Type | Description | Notes |
|---|---|---|---|
| var_self | HrefObjectSelfLink | [optional] | |
| brand | DomainLinksAllOfBrand | [optional] | |
| certificate | DomainLinksAllOfCertificate | [optional] | |
| verify | DomainLinksAllOfVerify | [optional] |
from okta.models.domain_links import DomainLinks
# TODO update the JSON string below
json = "{}"
# create an instance of DomainLinks from a JSON string
domain_links_instance = DomainLinks.from_json(json)
# print the JSON string representation of the object
print(DomainLinks.to_json())
# convert the object into a dict
domain_links_dict = domain_links_instance.to_dict()
# create an instance of DomainLinks from a dict
domain_links_from_dict = DomainLinks.from_dict(domain_links_dict)