Variable $MsgVpnRestDeliveryPointResponseConst
$MsgVpnRestDeliveryPointResponse: {
properties: {
data: {
type: "MsgVpnRestDeliveryPoint";
};
links: {
type: "MsgVpnRestDeliveryPointLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
type: "MsgVpnRestDeliveryPoint";
};
links: {
type: "MsgVpnRestDeliveryPointLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
type: "MsgVpnRestDeliveryPoint";
}
-
type: "MsgVpnRestDeliveryPoint"
-
links: {
type: "MsgVpnRestDeliveryPointLinks";
}
-
type: "MsgVpnRestDeliveryPointLinks"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"