Class: TencentCloud::Ess::V20201111::DeleteIntegrationDepartmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::DeleteIntegrationDepartmentResponse
- Defined in:
- lib/v20201111/models.rb
Overview
DeleteIntegrationDepartment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteIntegrationDepartmentResponse
constructor
A new instance of DeleteIntegrationDepartmentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteIntegrationDepartmentResponse
Returns a new instance of DeleteIntegrationDepartmentResponse.
8615 8616 8617 |
# File 'lib/v20201111/models.rb', line 8615 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8613 8614 8615 |
# File 'lib/v20201111/models.rb', line 8613 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8619 8620 8621 |
# File 'lib/v20201111/models.rb', line 8619 def deserialize(params) @RequestId = params['RequestId'] end |