Class: TencentCloud::Cme::V20191029::ImportMaterialResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::ImportMaterialResponse
- Defined in:
- lib/v20191029/models.rb
Overview
ImportMaterial返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(materialid = nil, preprocesstaskid = nil, requestid = nil) ⇒ ImportMaterialResponse
constructor
A new instance of ImportMaterialResponse.
Constructor Details
#initialize(materialid = nil, preprocesstaskid = nil, requestid = nil) ⇒ ImportMaterialResponse
Returns a new instance of ImportMaterialResponse.
3129 3130 3131 3132 3133 |
# File 'lib/v20191029/models.rb', line 3129 def initialize(materialid=nil, preprocesstaskid=nil, requestid=nil) @MaterialId = materialid @PreProcessTaskId = preprocesstaskid @RequestId = requestid end |
Instance Attribute Details
#MaterialId ⇒ Object
3127 3128 3129 |
# File 'lib/v20191029/models.rb', line 3127 def MaterialId @MaterialId end |
#PreProcessTaskId ⇒ Object
3127 3128 3129 |
# File 'lib/v20191029/models.rb', line 3127 def PreProcessTaskId @PreProcessTaskId end |
#RequestId ⇒ Object
3127 3128 3129 |
# File 'lib/v20191029/models.rb', line 3127 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3135 3136 3137 3138 3139 |
# File 'lib/v20191029/models.rb', line 3135 def deserialize(params) @MaterialId = params['MaterialId'] @PreProcessTaskId = params['PreProcessTaskId'] @RequestId = params['RequestId'] end |