App Production Branch
data class AppProductionBranch(val branchName: String? = null, val lastDeployTime: String? = null, val status: String? = null, val thumbnailUrl: String? = null)
Constructors
Link copied to clipboard
fun AppProductionBranch(branchName: String? = null, lastDeployTime: String? = null, status: String? = null, thumbnailUrl: String? = null)