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"]],[["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."],[[["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."]]],[]]