TicketmasterModelFactory.EventGetResponse Method

Definition

public static Azure.Connectors.Sdk.Ticketmaster.Models.EventGetResponse EventGetResponse(System.Text.Json.JsonElement? embedded = default, System.Text.Json.JsonElement? links = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> classifications = default, System.Text.Json.JsonElement? dates = default, string id = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> images = default, string locale = default, string name = default, string pleaseNote = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> priceRanges = default, System.Text.Json.JsonElement? promoter = default, System.Text.Json.JsonElement? sales = default, bool? test = default, string type = default, string url = default);
static member EventGetResponse : Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<System.Text.Json.JsonElement> * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * string * string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> * Nullable<bool> * string * string -> Azure.Connectors.Sdk.Ticketmaster.Models.EventGetResponse
Public Shared Function EventGetResponse (Optional embedded As Nullable(Of JsonElement) = Nothing, Optional links As Nullable(Of JsonElement) = Nothing, Optional classifications As List(Of Nullable(Of JsonElement)) = Nothing, Optional dates As Nullable(Of JsonElement) = Nothing, Optional id As String = Nothing, Optional images As List(Of Nullable(Of JsonElement)) = Nothing, Optional locale As String = Nothing, Optional name As String = Nothing, Optional pleaseNote As String = Nothing, Optional priceRanges As List(Of Nullable(Of JsonElement)) = Nothing, Optional promoter As Nullable(Of JsonElement) = Nothing, Optional sales As Nullable(Of JsonElement) = Nothing, Optional test As Nullable(Of Boolean) = Nothing, Optional type As String = Nothing, Optional url As String = Nothing) As EventGetResponse

Parameters

embedded
Nullable<JsonElement>
classifications
List<Nullable<JsonElement>>
id
String
locale
String
name
String
pleaseNote
String
priceRanges
List<Nullable<JsonElement>>
promoter
Nullable<JsonElement>
type
String
url
String

Returns

Applies to