Variable $MsgVpnQueueSubscriptionsResponseConst 
 
$MsgVpnQueueSubscriptionsResponse: { 
    properties: { 
        data: { 
            contains: { 
                type: "MsgVpnQueueSubscription"; 
            }; 
            type: "array"; 
        }; 
        links: { 
            contains: { 
                type: "MsgVpnQueueSubscriptionLinks"; 
            }; 
            type: "array"; 
        }; 
        meta: { 
            isRequired: true; 
            type: "SempMeta"; 
        }; 
    }; 
} = ...
Type declaration
- 
properties: { 
 data: {
 contains: {
 type: "MsgVpnQueueSubscription";
 };
 type: "array";
 };
 links: {
 contains: {
 type: "MsgVpnQueueSubscriptionLinks";
 };
 type: "array";
 };
 meta: {
 isRequired: true;
 type: "SempMeta";
 };
 }
- 
data: { 
 contains: {
 type: "MsgVpnQueueSubscription";
 };
 type: "array";
 }
- 
contains: { 
 type: "MsgVpnQueueSubscription";
 }
- 
type: "MsgVpnQueueSubscription"
 
- 
type: "array"
 
- 
links: { 
 contains: {
 type: "MsgVpnQueueSubscriptionLinks";
 };
 type: "array";
 }
- 
contains: { 
 type: "MsgVpnQueueSubscriptionLinks";
 }
- 
type: "MsgVpnQueueSubscriptionLinks"
 
- 
type: "array"
 
- 
meta: { 
 isRequired: true;
 type: "SempMeta";
 }
- 
isRequired: true
- 
type: "SempMeta"