AppLinks represents whether or not apps are linked to environments.
const (
// AppsToEnvironments indicates that apps should be linked to Environments. AppsToEnvironments AppLinks = iota// EnvironmentsToApps indicates that environments should be linked to Apps. EnvironmentsToApps
)