TicketmasterModelFactory.EventImagesGetResponse Method

Definition

public static Azure.Connectors.Sdk.Ticketmaster.Models.EventImagesGetResponse EventImagesGetResponse(string type = default, string id = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> images = default, System.Text.Json.JsonElement? links = default);
static member EventImagesGetResponse : string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Ticketmaster.Models.EventImagesGetResponse
Public Shared Function EventImagesGetResponse (Optional type As String = Nothing, Optional id As String = Nothing, Optional images As List(Of Nullable(Of JsonElement)) = Nothing, Optional links As Nullable(Of JsonElement) = Nothing) As EventImagesGetResponse

Parameters

type
String
id
String

Returns

Applies to