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 code for a URL rewrite or redirect rule. Valid values: 200, 301, 302, 404, 404-200.

Link copied to clipboard
val thumbnailUrl: String? = null

Thumbnail URL for the production branch.