ValidationResponse.IndividualResponseDetails Property

Definition

Gets list of response details contain validationType and its response as key and value respectively.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.individualResponseDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse> IndividualResponseDetails { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.individualResponseDetails")>]
member this.IndividualResponseDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse>
Public ReadOnly Property IndividualResponseDetails As IList(Of ValidationInputResponse)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to