Security Center Management v1 API - Class ValidateEventThreatDetectionCustomModuleResponse.Types.Position (1.0.0)

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.

Inheritance

object > ValidateEventThreatDetectionCustomModuleResponse.Types.Position

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

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