Interface Citation

Source attributions for content.

interface Citation {
    endIndex?: number;
    license?: string;
    publicationDate?: GoogleTypeDate;
    startIndex?: number;
    title?: string;
    uri?: string;
}

Properties

endIndex?: number

Output only. End index into the content.

license?: string

Output only. License of the attribution.

publicationDate?: GoogleTypeDate

Output only. Publication date of the attribution.

startIndex?: number

Output only. Start index into the content.

title?: string

Output only. Title of the attribution.

uri?: string

Output only. Url reference of the attribution.

MMNEPVFCICPMFPCPTTAAATR