public sealed class DocumentLocation : IMessage<DocumentLocation>, IEquatable<DocumentLocation>, IDeepCloneable<DocumentLocation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The webpage provides documentation for the `DocumentLocation` class within the `Google.Cloud.Dlp.V2` namespace, detailing its purpose as the location of a finding within a document."],["It outlines the `DocumentLocation` class's inheritance from `Object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions for `DocumentLocation`, ranging from 2.15.0 up to the latest, 4.16.0, all being contained within the Google Cloud Data Loss Prevention service."],["The page describes the `FileOffset` property which indicates the specific offset, from the beginning of the file, where a specific finding has been located, with a value of type `Int64`."],["This documentation features the class's constructors, including a parameter `other` which has a type of `DocumentLocation`."]]],[]]