DomainSubDomainSetting

data class DomainSubDomainSetting(val branchName: String, val prefix: String)

Constructors

Link copied to clipboard
constructor(branchName: String, prefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The branch name setting for the subdomain. Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: (?s).+

Link copied to clipboard

The prefix setting for the subdomain.