Sap Systems Configuration Response
data class SapSystemsConfigurationResponse(val azureResourceId: String? = null, val connector: Either<RfcConnectorResponse, SapControlConnectorResponse>, val logs: List<LogResponse>? = null, val type: String)
Describes the SAP configuration.
Constructors
Link copied to clipboard
constructor(azureResourceId: String? = null, connector: Either<RfcConnectorResponse, SapControlConnectorResponse>, logs: List<LogResponse>? = null, type: String)