You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromokta.models.csr_metadata_subject_alt_namesimportCsrMetadataSubjectAltNames# TODO update the JSON string belowjson="{}"# create an instance of CsrMetadataSubjectAltNames from a JSON stringcsr_metadata_subject_alt_names_instance=CsrMetadataSubjectAltNames.from_json(json)
# print the JSON string representation of the objectprint(CsrMetadataSubjectAltNames.to_json())
# convert the object into a dictcsr_metadata_subject_alt_names_dict=csr_metadata_subject_alt_names_instance.to_dict()
# create an instance of CsrMetadataSubjectAltNames from a dictcsr_metadata_subject_alt_names_from_dict=CsrMetadataSubjectAltNames.from_dict(csr_metadata_subject_alt_names_dict)