Get System Result
data class GetSystemResult(val azureApiVersion: String, val configuration: SapSystemsConfigurationResponse, val displayName: String, val etag: String? = null, val id: String, val lastModifiedTimeUtc: String, val name: String, val status: String? = null, val systemData: SystemDataResponse, val type: String)
Describes the system within the agent.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, configuration: SapSystemsConfigurationResponse, displayName: String, etag: String? = null, id: String, lastModifiedTimeUtc: String, name: String, status: String? = null, systemData: SystemDataResponse, type: String)