Google Cloud Security Command Center v1 API - Class Position (3.23.0)

public sealed class Position : IMessage<Position>, IEquatable<Position>, IDeepCloneable<Position>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Position.

A position in the uploaded text version of a module.

Inheritance

object > Position

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Position()

public Position()

Position(Position)

public Position(Position other)
Parameter
Name Description
other Position

Properties

ColumnNumber

public int ColumnNumber { get; set; }
Property Value
Type Description
int

LineNumber

public int LineNumber { get; set; }
Property Value
Type Description
int