Request parameters for getFeedDocument operation in FeedsApi.

Export

FeedsApiGetFeedDocumentRequest

interface FeedsApiGetFeedDocumentRequest {
    feedDocumentId: string;
}

Properties

Properties

feedDocumentId: string

The identifier of the feed document.

Memberof

FeedsApiGetFeedDocument