Variable $MsgVpnRestDeliveryPointQueueBindingResponseConst

$MsgVpnRestDeliveryPointQueueBindingResponse: {
    properties: {
        data: {
            type: "MsgVpnRestDeliveryPointQueueBinding";
        };
        links: {
            type: "MsgVpnRestDeliveryPointQueueBindingLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "MsgVpnRestDeliveryPointQueueBinding";
        };
        links: {
            type: "MsgVpnRestDeliveryPointQueueBindingLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "MsgVpnRestDeliveryPointQueueBinding";
      }
      • type: "MsgVpnRestDeliveryPointQueueBinding"
    • links: {
          type: "MsgVpnRestDeliveryPointQueueBindingLinks";
      }
      • type: "MsgVpnRestDeliveryPointQueueBindingLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"