Class: TencentCloud::Wedata::V20210820::CommonIdOpsDto
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CommonIdOpsDto
- Defined in:
- lib/v20210820/models.rb
Overview
返回命令id
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MakeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, makeid = nil) ⇒ CommonIdOpsDto
constructor
A new instance of CommonIdOpsDto.
Constructor Details
#initialize(id = nil, makeid = nil) ⇒ CommonIdOpsDto
Returns a new instance of CommonIdOpsDto.
4388 4389 4390 4391 |
# File 'lib/v20210820/models.rb', line 4388 def initialize(id=nil, makeid=nil) @Id = id @MakeId = makeid end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4386 4387 4388 |
# File 'lib/v20210820/models.rb', line 4386 def Id @Id end |
#MakeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4386 4387 4388 |
# File 'lib/v20210820/models.rb', line 4386 def MakeId @MakeId end |
Instance Method Details
#deserialize(params) ⇒ Object
4393 4394 4395 4396 |
# File 'lib/v20210820/models.rb', line 4393 def deserialize(params) @Id = params['Id'] @MakeId = params['MakeId'] end |