CitationMetadata

data class CitationMetadata(val citationSources: List<Citation> = emptyList())

Metadata about citations associated with the candidate.

Constructors

Link copied to clipboard
constructor(citationSources: List<Citation> = emptyList())

Properties

Link copied to clipboard

A list of citations.