Gets or sets the request path.
| C# | Visual Basic |
[XmlElementAttribute("request")] [JsonPropertyAttribute(PropertyName = "request")] public string RequestPath { get; set; }
<XmlElementAttribute("request")> _ <JsonPropertyAttribute(PropertyName := "request")> _ Public Property RequestPath As String Get Set
The request path.