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