Variable $MsgVpnRestDeliveryPointQueueBindingsResponseConst

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

Type declaration

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