TicketmasterModelFactory.ClassificationsGetResponse Method

Definition

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

embedded
Nullable<JsonElement>

Returns

Applies to