GetVersionResult

data class GetVersionResult(val createTime: String, val description: String, val name: String, val status: String, val versionNumber: Int)

Constructors

Link copied to clipboard
fun GetVersionResult(createTime: String, description: String, name: String, status: String, versionNumber: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.

Link copied to clipboard

Optional. The developer-provided description of this version.

Link copied to clipboard

The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/

Link copied to clipboard

The status of this version. This field is read-only and cannot be set by create and update methods.

Link copied to clipboard

The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.