MultipleSearchFetchModel.Body Property

Definition

body of result

[System.Text.Json.Serialization.JsonPropertyName("body")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.GeneralAPIModel> Body { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("body")>]
member this.Body : System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.GeneralAPIModel> with get, set
Public Property Body As List(Of GeneralAPIModel)

Property Value

Attributes

Applies to