CheckpointResponse

data class CheckpointResponse(val checkpointID: String? = null, val description: String? = null, val name: String? = null, val parentCheckpointID: String? = null)

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(checkpointID: String? = null, description: String? = null, name: String? = null, parentCheckpointID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val checkpointID: String? = null

Gets ID of the checkpoint.

Link copied to clipboard
val description: String? = null

Gets description of the checkpoint.

Link copied to clipboard
val name: String? = null

Gets name of the checkpoint.

Link copied to clipboard

Gets ID of parent of the checkpoint.