AppProductionBranch

data class AppProductionBranch(val branchName: String? = null, val lastDeployTime: String? = null, val status: String? = null, val thumbnailUrl: String? = null)

Constructors

Link copied to clipboard
constructor(branchName: String? = null, lastDeployTime: String? = null, status: String? = null, thumbnailUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branchName: String? = null

Branch name for the production branch.

Link copied to clipboard
val lastDeployTime: String? = null

Last deploy time of the production branch.

Link copied to clipboard
val status: String? = null

Status of the production branch.

Link copied to clipboard
val thumbnailUrl: String? = null

Thumbnail URL for the production branch.