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
File
[JsonProperty("file")]
public string File { get; set; }
Property Value
Row
[JsonProperty("row")]
public long Row { get; set; }