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.
2969 2970 2971 |
# File 'lib/v20180606/models.rb', line 2969 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2967 2968 2969 |
# File 'lib/v20180606/models.rb', line 2967 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2973 2974 2975 |
# File 'lib/v20180606/models.rb', line 2973 def deserialize(params) @RequestId = params['RequestId'] end |