次の方法で共有


DataConnection type

データ接続を表すクラス。

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