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