[[["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-08-28 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eCitation\u003c/code\u003e class within the Google Cloud Vertex AI v1beta1 API, focusing on source attributions for content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCitation\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt defines properties like \u003ccode\u003eStartIndex\u003c/code\u003e, \u003ccode\u003eEndIndex\u003c/code\u003e, \u003ccode\u003eLicense\u003c/code\u003e, \u003ccode\u003ePublicationDate\u003c/code\u003e, \u003ccode\u003eTitle\u003c/code\u003e, and \u003ccode\u003eUri\u003c/code\u003e, which provide detailed information about the source of the cited content.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the class, the default \u003ccode\u003eCitation()\u003c/code\u003e constructor, and a constructor for copying existing Citation objects, \u003ccode\u003eCitation(Citation other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly and the latest version documented is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, with version \u003ccode\u003e1.0.0-beta20\u003c/code\u003e also documented.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class Citation (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Citation)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.Citation) \n\n public sealed class Citation : IMessage\u003cCitation\u003e, IEquatable\u003cCitation\u003e, IDeepCloneable\u003cCitation\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class Citation.\n\nSource attributions for content. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Citation \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Citation](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Citation), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Citation](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Citation), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Citation](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Citation), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### Citation()\n\n public Citation()\n\n### Citation(Citation)\n\n public Citation(Citation other)\n\nProperties\n----------\n\n### EndIndex\n\n public int EndIndex { get; set; }\n\nOutput only. End index into the content.\n\n### License\n\n public string License { get; set; }\n\nOutput only. License of the attribution.\n\n### PublicationDate\n\n public Date PublicationDate { get; set; }\n\nOutput only. Publication date of the attribution.\n\n### StartIndex\n\n public int StartIndex { get; set; }\n\nOutput only. Start index into the content.\n\n### Title\n\n public string Title { get; set; }\n\nOutput only. Title of the attribution.\n\n### Uri\n\n public string Uri { get; set; }\n\nOutput only. Url reference of the attribution."]]