Class: TencentCloud::Gaap::V20180529::DeleteProxyGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DeleteProxyGroupResponse
- Defined in:
- lib/v20180529/models.rb
Overview
DeleteProxyGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteProxyGroupResponse
constructor
A new instance of DeleteProxyGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteProxyGroupResponse
Returns a new instance of DeleteProxyGroupResponse.
2048 2049 2050 |
# File 'lib/v20180529/models.rb', line 2048 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2046 2047 2048 |
# File 'lib/v20180529/models.rb', line 2046 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2052 2053 2054 |
# File 'lib/v20180529/models.rb', line 2052 def deserialize(params) @RequestId = params['RequestId'] end |