Google Apps Script API
    Preparing search index...
    interface ClaimSnippet {
        assetId?: string;
        contentType?: string;
        id?: string;
        isPartnerUploaded?: boolean;
        kind?: string;
        origin?: ClaimSnippetOrigin;
        status?: string;
        thirdPartyClaim?: boolean;
        timeCreated?: string;
        timeStatusLastModified?: string;
        videoId?: string;
        videoTitle?: string;
        videoViews?: string;
    }
    Index

    Properties

    assetId?: string
    contentType?: string
    id?: string
    isPartnerUploaded?: boolean
    kind?: string
    status?: string
    thirdPartyClaim?: boolean
    timeCreated?: string
    timeStatusLastModified?: string
    videoId?: string
    videoTitle?: string
    videoViews?: string