Table of Contents

Class Location

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class Location
Inheritance
Location
Inherited Members

Properties

Col

[JsonProperty("col")]
public long Col { get; set; }

Property Value

long

File

[JsonProperty("file")]
public string File { get; set; }

Property Value

string

Row

[JsonProperty("row")]
public long Row { get; set; }

Property Value

long