Class: TencentCloud::Live::V20180801::PlayCodeTotalInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PlayCodeTotalInfo
- Defined in:
- lib/v20180801/models.rb
Overview
各状态码的总次数,支持大多数的 HTTP 协议返回码。
Instance Attribute Summary collapse
-
#Code ⇒ Object
400,403,404,500,502,503,504。.
-
#Num ⇒ Object
400,403,404,500,502,503,504。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, num = nil) ⇒ PlayCodeTotalInfo
constructor
A new instance of PlayCodeTotalInfo.
Constructor Details
#initialize(code = nil, num = nil) ⇒ PlayCodeTotalInfo
Returns a new instance of PlayCodeTotalInfo.
13428 13429 13430 13431 |
# File 'lib/v20180801/models.rb', line 13428 def initialize(code=nil, num=nil) @Code = code @Num = num end |
Instance Attribute Details
#Code ⇒ Object
400,403,404,500,502,503,504。
13426 13427 13428 |
# File 'lib/v20180801/models.rb', line 13426 def Code @Code end |
#Num ⇒ Object
400,403,404,500,502,503,504。
13426 13427 13428 |
# File 'lib/v20180801/models.rb', line 13426 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
13433 13434 13435 13436 |
# File 'lib/v20180801/models.rb', line 13433 def deserialize(params) @Code = params['Code'] @Num = params['Num'] end |