Specifies the content type for the createFeedDocument operation.

Export

CreateFeedDocumentSpecification

interface CreateFeedDocumentSpecification {
    contentType: string;
}

Properties

Properties

contentType: string

The content type of the feed.

Memberof

CreateFeedDocumentSpecification