Class: TencentCloud::Partners::V20180321::RemovePayRelationForClientResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::RemovePayRelationForClientResponse
- Defined in:
- lib/v20180321/models.rb
Overview
RemovePayRelationForClient返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemovePayRelationForClientResponse
constructor
A new instance of RemovePayRelationForClientResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemovePayRelationForClientResponse
Returns a new instance of RemovePayRelationForClientResponse.
1882 1883 1884 |
# File 'lib/v20180321/models.rb', line 1882 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1880 1881 1882 |
# File 'lib/v20180321/models.rb', line 1880 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1886 1887 1888 |
# File 'lib/v20180321/models.rb', line 1886 def deserialize(params) @RequestId = params['RequestId'] end |