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