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