[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# Firebase.AI.Citation Struct Reference\n\nFirebase.AI.Citation\n====================\n\nA struct describing a source attribution.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| [EndIndex](#struct_firebase_1_1_a_i_1_1_citation_1af3939937f3046c3504626c359b7b6aed) | `int` The exclusive end of a sequence in a model response that derives from a cited source. |\n| [License](#struct_firebase_1_1_a_i_1_1_citation_1af493b750e9d772bcec8e90faf08618d0) | `string` The license the cited source work is distributed under, if specified. |\n| [PublicationDate](#struct_firebase_1_1_a_i_1_1_citation_1a16c7dad235c5ae95d99921b89b421e14) | `System.DateTime` The publication date of the cited source, if available. |\n| [StartIndex](#struct_firebase_1_1_a_i_1_1_citation_1a4bbdeba2337d92bbd36d53ae8cde0c85) | `int` The inclusive beginning of a sequence in a model response that derives from a cited source. |\n| [Title](#struct_firebase_1_1_a_i_1_1_citation_1affa336cafca29858dfe14b3caad9d1ee) | `string` The title of the cited source, if available. |\n| [Uri](#struct_firebase_1_1_a_i_1_1_citation_1a5bd5fbec676c3507b0138f4b696251e4) | `System.Uri` A link to the cited source, if available. |\n\nProperties\n----------\n\n### EndIndex\n\n```c#\nint Firebase::AI::Citation::EndIndex\n``` \nThe exclusive end of a sequence in a model response that derives from a cited source. \n\n### License\n\n```c#\nstring Firebase::AI::Citation::License\n``` \nThe license the cited source work is distributed under, if specified. \n\n### PublicationDate\n\n```c#\nSystem.DateTime Firebase::AI::Citation::PublicationDate\n``` \nThe publication date of the cited source, if available. \n\n### StartIndex\n\n```c#\nint Firebase::AI::Citation::StartIndex\n``` \nThe inclusive beginning of a sequence in a model response that derives from a cited source. \n\n### Title\n\n```c#\nstring Firebase::AI::Citation::Title\n``` \nThe title of the cited source, if available. \n\n### Uri\n\n```c#\nSystem.Uri Firebase::AI::Citation::Uri\n``` \nA link to the cited source, if available."]]