Variable $MsgVpnRestDeliveryPointQueueBindingRequestHeaderLinksConst

$MsgVpnRestDeliveryPointQueueBindingRequestHeaderLinks: {
    properties: {
        uri: {
            description: "The URI of this Request Header object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        uri: {
            description: "The URI of this Request Header object.";
            type: "string";
        };
    }
    • uri: {
          description: "The URI of this Request Header object.";
          type: "string";
      }
      • description: "The URI of this Request Header object."
      • type: "string"