All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlan.pkg.model.ConnectorAndConnections.kt Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
/* SPDX-License-Identifier: Apache-2.0
   Copyright 2023 Atlan Pte. Ltd. */
package com.atlan.pkg.model

import com.atlan.model.enums.AtlanConnectorType
import com.fasterxml.jackson.annotation.JsonAutoDetect

/**
 * Captures the selected connector type and all connections that exist in a tenant
 * with that type, as returned by the ConnectorTypeSelector widget.
 */
@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY)
data class ConnectorAndConnections(
    val source: AtlanConnectorType,
    val connections: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy