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-04-09 UTC."],[[["This webpage provides documentation for the `DataProfileLocation` class within the `Google.Cloud.Dlp.V2` namespace, which is used to define the data that will be profiled."],["The latest version documented is 4.16.0, with a history of versions dating back to 2.15.0, and the class is implemented through `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DataProfileLocation` class can be constructed using a default constructor or by providing another `DataProfileLocation` object, and it inherits members from the base `Object` class."],["The class contains properties like `FolderId` and `OrganizationId`, both of type `Int64`, to specify the folder or organization to be scanned, and a property, `LocationCase` to describe the location."]]],[]]