Class: TencentCloud::Live::V20180801::UnBindLiveDomainCertRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::UnBindLiveDomainCertRequest
- Defined in:
- lib/v20180801/models.rb
Overview
UnBindLiveDomainCert请求参数结构体
Instance Attribute Summary collapse
-
#DomainName ⇒ Object
不传则为formal.
-
#Type ⇒ Object
不传则为formal.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainname = nil, type = nil) ⇒ UnBindLiveDomainCertRequest
constructor
A new instance of UnBindLiveDomainCertRequest.
Constructor Details
#initialize(domainname = nil, type = nil) ⇒ UnBindLiveDomainCertRequest
Returns a new instance of UnBindLiveDomainCertRequest.
15914 15915 15916 15917 |
# File 'lib/v20180801/models.rb', line 15914 def initialize(domainname=nil, type=nil) @DomainName = domainname @Type = type end |
Instance Attribute Details
#DomainName ⇒ Object
不传则为formal
15912 15913 15914 |
# File 'lib/v20180801/models.rb', line 15912 def DomainName @DomainName end |
#Type ⇒ Object
不传则为formal
15912 15913 15914 |
# File 'lib/v20180801/models.rb', line 15912 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
15919 15920 15921 15922 |
# File 'lib/v20180801/models.rb', line 15919 def deserialize(params) @DomainName = params['DomainName'] @Type = params['Type'] end |