Class: TencentCloud::Live::V20180801::ModifyLiveDomainRefererRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ModifyLiveDomainRefererRequest
- Defined in:
- lib/v20180801/models.rb
Overview
ModifyLiveDomainReferer请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainname = nil, enable = nil, type = nil, allowempty = nil, rules = nil) ⇒ ModifyLiveDomainRefererRequest
constructor
A new instance of ModifyLiveDomainRefererRequest.
Constructor Details
#initialize(domainname = nil, enable = nil, type = nil, allowempty = nil, rules = nil) ⇒ ModifyLiveDomainRefererRequest
Returns a new instance of ModifyLiveDomainRefererRequest.
12226 12227 12228 12229 12230 12231 12232 |
# File 'lib/v20180801/models.rb', line 12226 def initialize(domainname=nil, enable=nil, type=nil, allowempty=nil, rules=nil) @DomainName = domainname @Enable = enable @Type = type @AllowEmpty = allowempty @Rules = rules end |
Instance Attribute Details
#AllowEmpty ⇒ Object
12224 12225 12226 |
# File 'lib/v20180801/models.rb', line 12224 def AllowEmpty @AllowEmpty end |
#DomainName ⇒ Object
12224 12225 12226 |
# File 'lib/v20180801/models.rb', line 12224 def DomainName @DomainName end |
#Enable ⇒ Object
12224 12225 12226 |
# File 'lib/v20180801/models.rb', line 12224 def Enable @Enable end |
#Rules ⇒ Object
12224 12225 12226 |
# File 'lib/v20180801/models.rb', line 12224 def Rules @Rules end |
#Type ⇒ Object
12224 12225 12226 |
# File 'lib/v20180801/models.rb', line 12224 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12234 12235 12236 12237 12238 12239 12240 |
# File 'lib/v20180801/models.rb', line 12234 def deserialize(params) @DomainName = params['DomainName'] @Enable = params['Enable'] @Type = params['Type'] @AllowEmpty = params['AllowEmpty'] @Rules = params['Rules'] end |