Class: TencentCloud::Wedata::V20210820::CreateIntegrationNodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateIntegrationNodeResponse
- Defined in:
- lib/v20210820/models.rb
Overview
CreateIntegrationNode返回参数结构体
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, taskid = nil, requestid = nil) ⇒ CreateIntegrationNodeResponse
constructor
A new instance of CreateIntegrationNodeResponse.
Constructor Details
#initialize(id = nil, taskid = nil, requestid = nil) ⇒ CreateIntegrationNodeResponse
Returns a new instance of CreateIntegrationNodeResponse.
4991 4992 4993 4994 4995 |
# File 'lib/v20210820/models.rb', line 4991 def initialize(id=nil, taskid=nil, requestid=nil) @Id = id @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4989 4990 4991 |
# File 'lib/v20210820/models.rb', line 4989 def Id @Id end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4989 4990 4991 |
# File 'lib/v20210820/models.rb', line 4989 def RequestId @RequestId end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4989 4990 4991 |
# File 'lib/v20210820/models.rb', line 4989 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
4997 4998 4999 5000 5001 |
# File 'lib/v20210820/models.rb', line 4997 def deserialize(params) @Id = params['Id'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |