class TencentCloud::Tcbr::V20220217::ServerBaseInfo
def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil, accesstypes=nil, customdomainnames=nil)
def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil, accesstypes=nil, customdomainnames=nil) @ServerName = servername @DefaultDomainName = defaultdomainname @CustomDomainName = customdomainname @Status = status @UpdateTime = updatetime @AccessTypes = accesstypes @CustomDomainNames = customdomainnames end