TicketmasterModelFactory.EventImagesGetResponse 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 EventImagesGetResponse(String, String, List<Nullable<JsonElement>>, Nullable<JsonElement>).
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
- images
- List<Nullable<JsonElement>>
- links
- Nullable<JsonElement>