Class: TencentCloud::Vod::V20180717::DescribeDefaultDistributionConfigResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeDefaultDistributionConfigResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180717/models.rb
Overview
DescribeDefaultDistributionConfig返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainname = nil, domain = nil, scheme = nil, playkey = nil, requestid = nil) ⇒ DescribeDefaultDistributionConfigResponse
constructor
A new instance of DescribeDefaultDistributionConfigResponse.
Constructor Details
#initialize(domainname = nil, domain = nil, scheme = nil, playkey = nil, requestid = nil) ⇒ DescribeDefaultDistributionConfigResponse
10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/v20180717/models.rb', line 10714 def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil) @DomainName = domainname @Domain = domain @Scheme = scheme @PlayKey = playkey @RequestId = requestid end |
Instance Attribute Details
#Domain ⇒ Object
10709 10710 10711 |
# File 'lib/v20180717/models.rb', line 10709 def Domain @Domain end |
#DomainName ⇒ Object
10709 10710 10711 |
# File 'lib/v20180717/models.rb', line 10709 def DomainName @DomainName end |
#PlayKey ⇒ Object
10709 10710 10711 |
# File 'lib/v20180717/models.rb', line 10709 def PlayKey @PlayKey end |
#RequestId ⇒ Object
10709 10710 10711 |
# File 'lib/v20180717/models.rb', line 10709 def RequestId @RequestId end |
#Scheme ⇒ Object
10709 10710 10711 |
# File 'lib/v20180717/models.rb', line 10709 def Scheme @Scheme end |
Instance Method Details
#deserialize(params) ⇒ Object
10722 10723 10724 10725 10726 10727 10728 |
# File 'lib/v20180717/models.rb', line 10722 def deserialize(params) @DomainName = params['DomainName'] @Domain = params['Domain'] @Scheme = params['Scheme'] @PlayKey = params['PlayKey'] @RequestId = params['RequestId'] end |