Class: TencentCloud::Wedata::V20210820::CheckIntegrationNodeNameExistsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CheckIntegrationNodeNameExistsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
CheckIntegrationNodeNameExists请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, name = nil, projectid = nil, id = nil) ⇒ CheckIntegrationNodeNameExistsRequest
constructor
A new instance of CheckIntegrationNodeNameExistsRequest.
Constructor Details
#initialize(taskid = nil, name = nil, projectid = nil, id = nil) ⇒ CheckIntegrationNodeNameExistsRequest
Returns a new instance of CheckIntegrationNodeNameExistsRequest.
3237 3238 3239 3240 3241 3242 |
# File 'lib/v20210820/models.rb', line 3237 def initialize(taskid=nil, name=nil, projectid=nil, id=nil) @TaskId = taskid @Name = name @ProjectId = projectid @Id = id end |
Instance Attribute Details
#Id ⇒ Object
3235 3236 3237 |
# File 'lib/v20210820/models.rb', line 3235 def Id @Id end |
#Name ⇒ Object
3235 3236 3237 |
# File 'lib/v20210820/models.rb', line 3235 def Name @Name end |
#ProjectId ⇒ Object
3235 3236 3237 |
# File 'lib/v20210820/models.rb', line 3235 def ProjectId @ProjectId end |
#TaskId ⇒ Object
3235 3236 3237 |
# File 'lib/v20210820/models.rb', line 3235 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
3244 3245 3246 3247 3248 3249 |
# File 'lib/v20210820/models.rb', line 3244 def deserialize(params) @TaskId = params['TaskId'] @Name = params['Name'] @ProjectId = params['ProjectId'] @Id = params['Id'] end |