MultipleSearchFetchModel.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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