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



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

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

Instance Attribute Details

#DomainNameObject

不传则为formal



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

def DomainName
  @DomainName
end

#TypeObject

不传则为formal



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

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



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

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