public sealed class Position : IMessage<TextLocator.Types.Position>, IEquatable<TextLocator.Types.Position>, IDeepCloneable<TextLocator.Types.Position>, 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-06-12 UTC."],[[["The webpage provides documentation for the `TextLocator.Types.Position` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its structure and functionality."],["The latest version documented is 3.15.0, with a range of previous versions from 3.14.0 down to 2.3.0 also available for reference."],["`TextLocator.Types.Position` is a class that represents the position of a byte within text, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Position` provides two constructors, a default `Position()` constructor and another that copies the properties of an existing `TextLocator.Types.Position` object into the newly created object, `Position(TextLocator.Types.Position)`."],["Key properties of the `Position` class are `Line` and `Column`, both of type `Int32`, which represent the line number and column number of a byte's position in the text, respectively."]]],[]]