Class: TencentCloud::Cdn::V20180606::CreateEdgePackTaskResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::CreateEdgePackTaskResponse
- Defined in:
- lib/v20180606/models.rb
Overview
CreateEdgePackTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateEdgePackTaskResponse
constructor
A new instance of CreateEdgePackTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateEdgePackTaskResponse
Returns a new instance of CreateEdgePackTaskResponse.
2289 2290 2291 |
# File 'lib/v20180606/models.rb', line 2289 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2287 2288 2289 |
# File 'lib/v20180606/models.rb', line 2287 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2293 2294 2295 |
# File 'lib/v20180606/models.rb', line 2293 def deserialize(params) @RequestId = params['RequestId'] end |