PlumsailModelFactory.Json2XlsxRequest 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 Json2XlsxRequest(String, String, Nullable<Locale>, String, List<Json2XlsxColumnMapping>).
public static Azure.Connectors.Sdk.Plumsail.Models.Json2XlsxRequest Json2XlsxRequest(string jsonFileContent = default, string jsonData = default, Azure.Connectors.Sdk.Plumsail.Models.Locale? locale = default, string pathToJSONArray = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Plumsail.Models.Json2XlsxColumnMapping> mappings = default);
static member Json2XlsxRequest : string * string * Nullable<Azure.Connectors.Sdk.Plumsail.Models.Locale> * string * System.Collections.Generic.List<Azure.Connectors.Sdk.Plumsail.Models.Json2XlsxColumnMapping> -> Azure.Connectors.Sdk.Plumsail.Models.Json2XlsxRequest
Public Shared Function Json2XlsxRequest (Optional jsonFileContent As String = Nothing, Optional jsonData As String = Nothing, Optional locale As Nullable(Of Locale) = Nothing, Optional pathToJSONArray As String = Nothing, Optional mappings As List(Of Json2XlsxColumnMapping) = Nothing) As Json2XlsxRequest
Parameters
- jsonFileContent
- String
- jsonData
- String
- pathToJSONArray
- String
- mappings
- List<Json2XlsxColumnMapping>