Class: TencentCloud::Chc::V20230418::ModelEvaluationBaseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::ModelEvaluationBaseInfo
- Defined in:
- lib/v20230418/models.rb
Overview
设备评估工单基本信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(customername = nil, devicetype = nil, campusname = nil, remark = nil) ⇒ ModelEvaluationBaseInfo
constructor
A new instance of ModelEvaluationBaseInfo.
Constructor Details
#initialize(customername = nil, devicetype = nil, campusname = nil, remark = nil) ⇒ ModelEvaluationBaseInfo
Returns a new instance of ModelEvaluationBaseInfo.
3087 3088 3089 3090 3091 3092 |
# File 'lib/v20230418/models.rb', line 3087 def initialize(customername=nil, devicetype=nil, campusname=nil, remark=nil) @CustomerName = customername @DeviceType = devicetype @CampusName = campusname @Remark = remark end |
Instance Attribute Details
#CampusName ⇒ Object
3085 3086 3087 |
# File 'lib/v20230418/models.rb', line 3085 def CampusName @CampusName end |
#CustomerName ⇒ Object
3085 3086 3087 |
# File 'lib/v20230418/models.rb', line 3085 def CustomerName @CustomerName end |
#DeviceType ⇒ Object
3085 3086 3087 |
# File 'lib/v20230418/models.rb', line 3085 def DeviceType @DeviceType end |
#Remark ⇒ Object
3085 3086 3087 |
# File 'lib/v20230418/models.rb', line 3085 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
3094 3095 3096 3097 3098 3099 |
# File 'lib/v20230418/models.rb', line 3094 def deserialize(params) @CustomerName = params['CustomerName'] @DeviceType = params['DeviceType'] @CampusName = params['CampusName'] @Remark = params['Remark'] end |