public sealed class DataProfileLocation : IMessage<DataProfileLocation>, IEquatable<DataProfileLocation>, IDeepCloneable<DataProfileLocation>, 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 `DataProfileLocation` class within the `Google.Cloud.Dlp.V2` namespace, which is used to define the location of data to be profiled."],["The documentation lists various versions of the `Google.Cloud.Dlp.V2` library, ranging from version 2.15.0 to the latest, 4.16.0, all related to the `DataProfileLocation` class."],["The `DataProfileLocation` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["Key properties of the `DataProfileLocation` class include `FolderId` and `OrganizationId`, both of type `System.Int64`, which are used to specify the folder or organization for scanning."],["There is a property, `LocationCase`, of type `DataProfileLocation.LocationOneofCase` that is available for use."]]],[]]