Class: TencentCloud::Bi::V20220105::IdDTO
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bi::V20220105::IdDTO
- Defined in:
- lib/v20220105/models.rb
Overview
仅包含id的对象
Instance Attribute Summary collapse
-
#AccessKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TranId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TranStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, accesskey = nil, projectid = nil, tranid = nil, transtatus = nil) ⇒ IdDTO
constructor
A new instance of IdDTO.
Constructor Details
#initialize(id = nil, accesskey = nil, projectid = nil, tranid = nil, transtatus = nil) ⇒ IdDTO
Returns a new instance of IdDTO.
2601 2602 2603 2604 2605 2606 2607 |
# File 'lib/v20220105/models.rb', line 2601 def initialize(id=nil, accesskey=nil, projectid=nil, tranid=nil, transtatus=nil) @Id = id @AccessKey = accesskey @ProjectId = projectid @TranId = tranid @TranStatus = transtatus end |
Instance Attribute Details
#AccessKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2599 2600 2601 |
# File 'lib/v20220105/models.rb', line 2599 def AccessKey @AccessKey end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2599 2600 2601 |
# File 'lib/v20220105/models.rb', line 2599 def Id @Id end |
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2599 2600 2601 |
# File 'lib/v20220105/models.rb', line 2599 def ProjectId @ProjectId end |
#TranId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2599 2600 2601 |
# File 'lib/v20220105/models.rb', line 2599 def TranId @TranId end |
#TranStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2599 2600 2601 |
# File 'lib/v20220105/models.rb', line 2599 def TranStatus @TranStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/v20220105/models.rb', line 2609 def deserialize(params) @Id = params['Id'] @AccessKey = params['AccessKey'] @ProjectId = params['ProjectId'] @TranId = params['TranId'] @TranStatus = params['TranStatus'] end |