Class: TencentCloud::Live::V20180801::ProIspPlayCodeDataInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ProIspPlayCodeDataInfo
- Defined in:
- lib/v20180801/models.rb
Overview
播放错误码信息
Instance Attribute Summary collapse
- #Code2xx ⇒ Object
- #Code3xx ⇒ Object
- #Code4xx ⇒ Object
- #Code5xx ⇒ Object
- #CountryAreaName ⇒ Object
- #IspName ⇒ Object
- #ProvinceName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(countryareaname = nil, provincename = nil, ispname = nil, code2xx = nil, code3xx = nil, code4xx = nil, code5xx = nil) ⇒ ProIspPlayCodeDataInfo
constructor
A new instance of ProIspPlayCodeDataInfo.
Constructor Details
#initialize(countryareaname = nil, provincename = nil, ispname = nil, code2xx = nil, code3xx = nil, code4xx = nil, code5xx = nil) ⇒ ProIspPlayCodeDataInfo
13527 13528 13529 13530 13531 13532 13533 13534 13535 |
# File 'lib/v20180801/models.rb', line 13527 def initialize(countryareaname=nil, provincename=nil, ispname=nil, code2xx=nil, code3xx=nil, code4xx=nil, code5xx=nil) @CountryAreaName = countryareaname @ProvinceName = provincename @IspName = ispname @Code2xx = code2xx @Code3xx = code3xx @Code4xx = code4xx @Code5xx = code5xx end |
Instance Attribute Details
#Code2xx ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def Code2xx @Code2xx end |
#Code3xx ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def Code3xx @Code3xx end |
#Code4xx ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def Code4xx @Code4xx end |
#Code5xx ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def Code5xx @Code5xx end |
#CountryAreaName ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def CountryAreaName @CountryAreaName end |
#IspName ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def IspName @IspName end |
#ProvinceName ⇒ Object
13525 13526 13527 |
# File 'lib/v20180801/models.rb', line 13525 def ProvinceName @ProvinceName end |
Instance Method Details
#deserialize(params) ⇒ Object
13537 13538 13539 13540 13541 13542 13543 13544 13545 |
# File 'lib/v20180801/models.rb', line 13537 def deserialize(params) @CountryAreaName = params['CountryAreaName'] @ProvinceName = params['ProvinceName'] @IspName = params['IspName'] @Code2xx = params['Code2xx'] @Code3xx = params['Code3xx'] @Code4xx = params['Code4xx'] @Code5xx = params['Code5xx'] end |