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 latest version of the `Google.Cloud.Dlp.V2` package is 4.16.0, with a variety of previous versions available, down to 2.15.0, which is accessible through links."],["`DataProfileLocation` is a class within the `Google.Cloud.Dlp.V2` namespace, used for defining the location of data to be profiled, and it inherits from `Object` while implementing multiple interfaces such as `IMessage` and `IDeepCloneable`."],["`DataProfileLocation` has two constructors: a default constructor and one that takes another `DataProfileLocation` object as a parameter for copying, and it contains inherited methods like `GetHashCode` and `ToString`."],["The class `DataProfileLocation` contains properties like `FolderId` and `OrganizationId`, which are both `Int64` type, representing IDs used for scanning data within a specified folder or organization, respectively, and it also contains a `LocationCase` property for defining the location type."],["This is a .NET package, with the Assembly being Google.Cloud.Dlp.V2.dll."]]],[]]