Class: TencentCloud::Wedata::V20210820::CheckIntegrationTaskNameExistsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CheckIntegrationTaskNameExistsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
CheckIntegrationTaskNameExists返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, existstype = nil, requestid = nil) ⇒ CheckIntegrationTaskNameExistsResponse
constructor
A new instance of CheckIntegrationTaskNameExistsResponse.
Constructor Details
#initialize(data = nil, existstype = nil, requestid = nil) ⇒ CheckIntegrationTaskNameExistsResponse
Returns a new instance of CheckIntegrationTaskNameExistsResponse.
2978 2979 2980 2981 2982 |
# File 'lib/v20210820/models.rb', line 2978 def initialize(data=nil, existstype=nil, requestid=nil) @Data = data @ExistsType = existstype @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2976 2977 2978 |
# File 'lib/v20210820/models.rb', line 2976 def Data @Data end |
#ExistsType ⇒ Object
2976 2977 2978 |
# File 'lib/v20210820/models.rb', line 2976 def ExistsType @ExistsType end |
#RequestId ⇒ Object
2976 2977 2978 |
# File 'lib/v20210820/models.rb', line 2976 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2984 2985 2986 2987 2988 |
# File 'lib/v20210820/models.rb', line 2984 def deserialize(params) @Data = params['Data'] @ExistsType = params['ExistsType'] @RequestId = params['RequestId'] end |