Specifies the content type for the createFeedDocument operation.

CreateFeedDocumentSpecification

interface CreateFeedDocumentSpecification {
    contentType: string;
}

Properties

Properties

contentType: string

The content type of the feed.

CreateFeedDocumentSpecification