Class: TencentCloud::Cwp::V20180228::AssetLoadDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetLoadDetail
- Defined in:
- lib/v20180228/models.rb
Overview
资产管理负载信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(machinename = nil, desc = nil, value = nil, quuid = nil, uuid = nil) ⇒ AssetLoadDetail
constructor
A new instance of AssetLoadDetail.
Constructor Details
#initialize(machinename = nil, desc = nil, value = nil, quuid = nil, uuid = nil) ⇒ AssetLoadDetail
Returns a new instance of AssetLoadDetail.
1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/v20180228/models.rb', line 1081 def initialize(machinename=nil, desc=nil, value=nil, quuid=nil, uuid=nil) @MachineName = machinename @Desc = desc @Value = value @Quuid = quuid @Uuid = uuid end |
Instance Attribute Details
#Desc ⇒ Object
1079 1080 1081 |
# File 'lib/v20180228/models.rb', line 1079 def Desc @Desc end |
#MachineName ⇒ Object
1079 1080 1081 |
# File 'lib/v20180228/models.rb', line 1079 def MachineName @MachineName end |
#Quuid ⇒ Object
1079 1080 1081 |
# File 'lib/v20180228/models.rb', line 1079 def Quuid @Quuid end |
#Uuid ⇒ Object
1079 1080 1081 |
# File 'lib/v20180228/models.rb', line 1079 def Uuid @Uuid end |
#Value ⇒ Object
1079 1080 1081 |
# File 'lib/v20180228/models.rb', line 1079 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1089 1090 1091 1092 1093 1094 1095 |
# File 'lib/v20180228/models.rb', line 1089 def deserialize(params) @MachineName = params['MachineName'] @Desc = params['Desc'] @Value = params['Value'] @Quuid = params['Quuid'] @Uuid = params['Uuid'] end |