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