interface RssFeedReadNodeParameters { options?: { customFields?: string; ignoreSSL?: boolean; }; url?: string;}
readonly options?: { ... }
Default: {}
readonly url?: string
URL of the RSS feed
Default: {}