vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ContentAssetMetadata

    interface ContentAssetMetadata {
        content?: string;
        format?: ContentAssetFormat;
        fullName?: string;
        isVisibleByExternalUsers?: boolean;
        language: string;
        masterLabel: string;
        originNetwork?: string;
        relationships?: ContentAssetRelationships;
        versions: ContentAssetVersions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content?: string
    fullName?: string
    isVisibleByExternalUsers?: boolean
    language: string
    masterLabel: string
    originNetwork?: string