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
The title of the footer link on the sign-in page. Only applicable for Classic Engine orgs.
[optional]
Example
fromokta.models.sign_in_page_all_of_widget_customizationsimportSignInPageAllOfWidgetCustomizations# TODO update the JSON string belowjson="{}"# create an instance of SignInPageAllOfWidgetCustomizations from a JSON stringsign_in_page_all_of_widget_customizations_instance=SignInPageAllOfWidgetCustomizations.from_json(json)
# print the JSON string representation of the objectprint(SignInPageAllOfWidgetCustomizations.to_json())
# convert the object into a dictsign_in_page_all_of_widget_customizations_dict=sign_in_page_all_of_widget_customizations_instance.to_dict()
# create an instance of SignInPageAllOfWidgetCustomizations from a dictsign_in_page_all_of_widget_customizations_from_dict=SignInPageAllOfWidgetCustomizations.from_dict(sign_in_page_all_of_widget_customizations_dict)