Class: TencentCloud::Ess::V20201111::CreateIntegrationDepartmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateIntegrationDepartmentResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateIntegrationDepartment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deptid = nil, requestid = nil) ⇒ CreateIntegrationDepartmentResponse
constructor
A new instance of CreateIntegrationDepartmentResponse.
Constructor Details
#initialize(deptid = nil, requestid = nil) ⇒ CreateIntegrationDepartmentResponse
Returns a new instance of CreateIntegrationDepartmentResponse.
5388 5389 5390 5391 |
# File 'lib/v20201111/models.rb', line 5388 def initialize(deptid=nil, requestid=nil) @DeptId = deptid @RequestId = requestid end |
Instance Attribute Details
#DeptId ⇒ Object
5386 5387 5388 |
# File 'lib/v20201111/models.rb', line 5386 def DeptId @DeptId end |
#RequestId ⇒ Object
5386 5387 5388 |
# File 'lib/v20201111/models.rb', line 5386 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5393 5394 5395 5396 |
# File 'lib/v20201111/models.rb', line 5393 def deserialize(params) @DeptId = params['DeptId'] @RequestId = params['RequestId'] end |