The metadata of an A+ Content document.

Export

ContentMetadata

interface ContentMetadata {
    badgeSet: Set<ContentBadge>;
    marketplaceId: string;
    name: string;
    status: ContentStatus;
    updateTime: string;
}

Properties

badgeSet: Set<ContentBadge>

The set of content badges.

Memberof

ContentMetadata

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

Memberof

ContentMetadata

name: string

The A+ Content document name.

Memberof

ContentMetadata

Memberof

ContentMetadata

updateTime: string

The approximate age of the A+ Content document and metadata.

Memberof

ContentMetadata