Variable $MsgVpnBridgeRemoteMsgVpnResponseConst
$MsgVpnBridgeRemoteMsgVpnResponse: {
properties: {
data: {
type: "MsgVpnBridgeRemoteMsgVpn";
};
links: {
type: "MsgVpnBridgeRemoteMsgVpnLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
type: "MsgVpnBridgeRemoteMsgVpn";
};
links: {
type: "MsgVpnBridgeRemoteMsgVpnLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
type: "MsgVpnBridgeRemoteMsgVpn";
}
-
type: "MsgVpnBridgeRemoteMsgVpn"
-
links: {
type: "MsgVpnBridgeRemoteMsgVpnLinks";
}
-
type: "MsgVpnBridgeRemoteMsgVpnLinks"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"