Delen via


DataConnection type

Klasse die een gegevensverbinding vertegenwoordigt.

type DataConnection = ProxyResource & {
  kind: DataConnectionKind
  location?: string
  systemData?: SystemData
}