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
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
#DomainName ⇒ Object
不传则为formal
15913 15914 15915 |
# File 'lib/v20180801/models.rb', line 15913 def DomainName @DomainName end |
#Type ⇒ Object
不传则为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 |