Request parameters for getFeedDocument operation in FeedsApi.

FeedsApiGetFeedDocumentRequest

interface FeedsApiGetFeedDocumentRequest {
    feedDocumentId: string;
}

Properties

Properties

feedDocumentId: string

The identifier of the feed document.

FeedsApiGetFeedDocument