TicketmasterModelFactory.AttractionGetResponse 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.
public static Azure.Connectors.Sdk.Ticketmaster.Models.AttractionGetResponse AttractionGetResponse(string name = default, string type = default, string id = default, bool? test = default, string locale = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> images = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> classifications = default, System.Text.Json.JsonElement? links = default);
static member AttractionGetResponse : string * string * string * Nullable<bool> * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Ticketmaster.Models.AttractionGetResponse
Public Shared Function AttractionGetResponse (Optional name As String = Nothing, Optional type As String = Nothing, Optional id As String = Nothing, Optional test As Nullable(Of Boolean) = Nothing, Optional locale As String = Nothing, Optional images As List(Of Nullable(Of JsonElement)) = Nothing, Optional classifications As List(Of Nullable(Of JsonElement)) = Nothing, Optional links As Nullable(Of JsonElement) = Nothing) As AttractionGetResponse
Parameters
- name
- String
- type
- String
- id
- String
- locale
- String
- images
- List<Nullable<JsonElement>>
- classifications
- List<Nullable<JsonElement>>
- links
- Nullable<JsonElement>