public sealed class Position : IMessage<Execution.Types.StackTraceElement.Types.Position>, IEquatable<Execution.Types.StackTraceElement.Types.Position>, IDeepCloneable<Execution.Types.StackTraceElement.Types.Position>, IBufferMessage, IMessage
Position contains source position information about the stack trace
element such as line number, column number and length of the code block
in bytes.
[[["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-21 UTC."],[[["The `Position` class provides detailed source code location information for stack trace elements, including line number, column position, and code block length."],["`Position` class is part of the `Google.Cloud.Workflows.Executions.V1` namespace and is implemented within the `Google.Cloud.Workflows.Executions.V1.dll` assembly."],["This class includes properties to manage the details of a code snippet location, specifically the line number, column position, and the length of the code block, all represented as `Int64` types."],["The latest version of the API is `2.6.0`, with versions dating back to `1.0.0`, providing access to historical versions of the `Position` class."],["The `Position` class has two constructors, one default and another one that accepts a `Position` object as a parameter, enabling object copying."]]],[]]