def __init__()

in okta/models/app/Visibility.py [0:0]


    def __init__(self):

        # Automatically log in when user lands on login page
        self.autoSubmitToolbar = None  # bool

        # Hides this app for specific end-user apps
        self.hide = None  # Hide

        # Displays specific appLinks for the app
        self.appLinks = None  # AppLinks