GetBackendsBackend

data class GetBackendsBackend(val backendId: String, val backendName: String, val backendType: String, val createTime: String, val description: String, val id: String, val modifiedTime: String)

Constructors

Link copied to clipboard
constructor(backendId: String, backendName: String, backendType: String, createTime: String, description: String, id: String, modifiedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the Backend.

Link copied to clipboard

The name of the Backend.

Link copied to clipboard

The type of the Backend.

Link copied to clipboard

The created time of the Backend.

Link copied to clipboard

The description of the Backend.

Link copied to clipboard
val id: String
Link copied to clipboard

The modified time of the Backend.