TicketmasterModelFactory.SuggestionsGetResponse Method
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.
Creates a new instance of SuggestionsGetResponse(Nullable<JsonElement>, Nullable<JsonElement>).
public static Azure.Connectors.Sdk.Ticketmaster.Models.SuggestionsGetResponse SuggestionsGetResponse(System.Text.Json.JsonElement? links = default, System.Text.Json.JsonElement? embedded = default);
static member SuggestionsGetResponse : Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Ticketmaster.Models.SuggestionsGetResponse
Public Shared Function SuggestionsGetResponse (Optional links As Nullable(Of JsonElement) = Nothing, Optional embedded As Nullable(Of JsonElement) = Nothing) As SuggestionsGetResponse
Parameters
- links
- Nullable<JsonElement>
- embedded
- Nullable<JsonElement>