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.
2904 2905 2906 2907 2908 2909 |
# File 'lib/v20210820/models.rb', line 2904 def initialize(taskid=nil, name=nil, projectid=nil, id=nil) @TaskId = taskid @Name = name @ProjectId = projectid @Id = id end |
Instance Attribute Details
#Id ⇒ Object
2902 2903 2904 |
# File 'lib/v20210820/models.rb', line 2902 def Id @Id end |
#Name ⇒ Object
2902 2903 2904 |
# File 'lib/v20210820/models.rb', line 2902 def Name @Name end |
#ProjectId ⇒ Object
2902 2903 2904 |
# File 'lib/v20210820/models.rb', line 2902 def ProjectId @ProjectId end |
#TaskId ⇒ Object
2902 2903 2904 |
# File 'lib/v20210820/models.rb', line 2902 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2911 2912 2913 2914 2915 2916 |
# File 'lib/v20210820/models.rb', line 2911 def deserialize(params) @TaskId = params['TaskId'] @Name = params['Name'] @ProjectId = params['ProjectId'] @Id = params['Id'] end |