Variable $MsgVpnBridgeRemoteSubscriptionResponseConst
$MsgVpnBridgeRemoteSubscriptionResponse: {
properties: {
data: {
type: "MsgVpnBridgeRemoteSubscription";
};
links: {
type: "MsgVpnBridgeRemoteSubscriptionLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
type: "MsgVpnBridgeRemoteSubscription";
};
links: {
type: "MsgVpnBridgeRemoteSubscriptionLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
type: "MsgVpnBridgeRemoteSubscription";
}
-
type: "MsgVpnBridgeRemoteSubscription"
-
links: {
type: "MsgVpnBridgeRemoteSubscriptionLinks";
}
-
type: "MsgVpnBridgeRemoteSubscriptionLinks"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"