Class: TencentCloud::Tione::V20211111::GpuDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::GpuDetail
- Defined in:
- lib/v20211111/models.rb
Overview
gpu 详情
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ GpuDetail
constructor
A new instance of GpuDetail.
Constructor Details
#initialize(name = nil, value = nil) ⇒ GpuDetail
Returns a new instance of GpuDetail.
4499 4500 4501 4502 |
# File 'lib/v20211111/models.rb', line 4499 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4497 4498 4499 |
# File 'lib/v20211111/models.rb', line 4497 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4497 4498 4499 |
# File 'lib/v20211111/models.rb', line 4497 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4504 4505 4506 4507 |
# File 'lib/v20211111/models.rb', line 4504 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |