ListCustomApiWsdlInterfacesPlainArgs

data class ListCustomApiWsdlInterfacesPlainArgs(val content: String? = null, val importMethod: Either<String, WsdlImportMethod>? = null, val location: String, val service: WsdlService? = null, val subscriptionId: String? = null, val url: String? = null) : ConvertibleToJava<ListCustomApiWsdlInterfacesPlainArgs>

Constructors

Link copied to clipboard
constructor(content: String? = null, importMethod: Either<String, WsdlImportMethod>? = null, location: String, service: WsdlService? = null, subscriptionId: String? = null, url: String? = null)

Properties

Link copied to clipboard
val content: String? = null

The WSDL content

Link copied to clipboard
val importMethod: Either<String, WsdlImportMethod>? = null

The WSDL import method

Link copied to clipboard

The location

Link copied to clipboard
val service: WsdlService? = null

The service with name and endpoint names

Link copied to clipboard
val subscriptionId: String? = null

Subscription Id

Link copied to clipboard
val url: String? = null

The WSDL URL

Functions

Link copied to clipboard
open override fun toJava(): ListCustomApiWsdlInterfacesPlainArgs