Checkpoint Response
data class CheckpointResponse(val checkpointID: String? = null, val description: String? = null, val name: String? = null, val parentCheckpointID: String? = null)
Defines the resource properties.
Defines the resource properties.