Class: TencentCloud::Live::V20180801::UnBindLiveDomainCertRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

UnBindLiveDomainCert请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainname = nil, type = nil) ⇒ UnBindLiveDomainCertRequest



15916
15917
15918
15919
# File 'lib/v20180801/models.rb', line 15916

def initialize(domainname=nil, type=nil)
  @DomainName = domainname
  @Type = type
end

Instance Attribute Details

#DomainNameObject

不传则为formal



15914
15915
15916
# File 'lib/v20180801/models.rb', line 15914

def DomainName
  @DomainName
end

#TypeObject

不传则为formal



15914
15915
15916
# File 'lib/v20180801/models.rb', line 15914

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



15921
15922
15923
15924
# File 'lib/v20180801/models.rb', line 15921

def deserialize(params)
  @DomainName = params['DomainName']
  @Type = params['Type']
end