Class: TencentCloud::Vod::V20180717::DescribeDefaultDistributionConfigResponse

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20180717/models.rb

Overview

DescribeDefaultDistributionConfig返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DomainObject



10709
10710
10711
# File 'lib/v20180717/models.rb', line 10709

def Domain
  @Domain
end

#DomainNameObject



10709
10710
10711
# File 'lib/v20180717/models.rb', line 10709

def DomainName
  @DomainName
end

#PlayKeyObject



10709
10710
10711
# File 'lib/v20180717/models.rb', line 10709

def PlayKey
  @PlayKey
end

#RequestIdObject



10709
10710
10711
# File 'lib/v20180717/models.rb', line 10709

def RequestId
  @RequestId
end

#SchemeObject



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