RequestReportRecordContract.ResponseSize Property

Definition

Gets or sets the size of the response returned by the gateway.

[Newtonsoft.Json.JsonProperty(PropertyName="responseSize")]
public int? ResponseSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="responseSize")>]
member this.ResponseSize : Nullable<int> with get, set
Public Property ResponseSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to