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 page provides reference documentation for the `ValidateEventThreatDetectionCustomModuleResponse.Types.Position` class, which is part of the Google Cloud Security Center Management v1 API."],["The `Position` class represents a specific location within a text version of a module, indicated by line and column numbers."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf and standard .NET features."],["The class has two constructors: a default one and one that takes another `Position` object for copying, as well as two properties to get or set the `ColumnNumber` and `LineNumber` as integers."],["The class includes inherited members such as `GetHashCode`, `GetType` and `ToString` from the base `object` class."]]],[]]