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.
Implements
IMessageValidateEventThreatDetectionCustomModuleResponseTypesPosition, IEquatableValidateEventThreatDetectionCustomModuleResponseTypesPosition, IDeepCloneableValidateEventThreatDetectionCustomModuleResponseTypesPosition, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
Position()
public Position()
Position(Position)
public Position(ValidateEventThreatDetectionCustomModuleResponse.Types.Position other)
Parameter | |
---|---|
Name | Description |
other |
ValidateEventThreatDetectionCustomModuleResponseTypesPosition |
Properties
ColumnNumber
public int ColumnNumber { get; set; }
The column position in the line.
Property Value | |
---|---|
Type | Description |
int |
LineNumber
public int LineNumber { get; set; }
The line position in the text.
Property Value | |
---|---|
Type | Description |
int |