public sealed class ValidateEventThreatDetectionCustomModuleResponse.Types.Position : IMessage<ValidateEventThreatDetectionCustomModuleResponse.Types.Position>, IEquatable<ValidateEventThreatDetectionCustomModuleResponse.Types.Position>, IDeepCloneable<ValidateEventThreatDetectionCustomModuleResponse.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Center Management v1 API class ValidateEventThreatDetectionCustomModuleResponse.Types.Position.
A position in the uploaded text version of a module.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `ValidateEventThreatDetectionCustomModuleResponse.Types.Position` class in the Security Center Management v1 API."],["The `Position` class represents a location within the uploaded text version of a module."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties to access column number (`ColumnNumber`) and line number (`LineNumber`) of the position, both being of integer type."],["There are two constructors included, one empty, and another that takes an existing `Position` object to initialize a new one."]]],[]]