Table of Contents

Class ResponsesLocation

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class ResponsesLocation
Inheritance
ResponsesLocation
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