Get SAPSupported Sku Plain Args
data class GetSAPSupportedSkuPlainArgs(val appLocation: String, val databaseType: Either<String, SAPDatabaseType>, val deploymentType: Either<String, SAPDeploymentType>, val environment: Either<String, SAPEnvironmentType>, val highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, val location: String, val sapProduct: Either<String, SAPProductType>) : ConvertibleToJava<GetSAPSupportedSkuPlainArgs>
Constructors
Link copied to clipboard
fun GetSAPSupportedSkuPlainArgs(appLocation: String, databaseType: Either<String, SAPDatabaseType>, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, location: String, sapProduct: Either<String, SAPProductType>)