[[["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-06-05 UTC."],[[["This page provides documentation for the `Range` class within the `Google.Cloud.Dlp.V2` namespace in the .NET environment, offering various versions, the latest being 4.16.0."],["The `Range` class represents a generic half-open interval, denoted as [start, end), which is a common way to specify ranges in computer science."],["The `Range` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from the base `Object` class."],["Key properties of the `Range` class include `Start`, which is an `Int64` representing the inclusive starting index, and `End`, also an `Int64`, representing the exclusive ending index."],["The `Range` class also offers two constructors: a default constructor, and a constructor that accepts another `Range` object for creating a copy."]]],[]]