Class: TencentCloud::Tcb::V20180608::CommonServiceAPIResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CommonServiceAPIResponse
- Defined in:
- lib/v20180608/models.rb
Overview
CommonServiceAPI返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jsonresp = nil, requestid = nil) ⇒ CommonServiceAPIResponse
constructor
A new instance of CommonServiceAPIResponse.
Constructor Details
#initialize(jsonresp = nil, requestid = nil) ⇒ CommonServiceAPIResponse
Returns a new instance of CommonServiceAPIResponse.
1436 1437 1438 1439 |
# File 'lib/v20180608/models.rb', line 1436 def initialize(jsonresp=nil, requestid=nil) @JSONResp = jsonresp @RequestId = requestid end |
Instance Attribute Details
#JSONResp ⇒ Object
1434 1435 1436 |
# File 'lib/v20180608/models.rb', line 1434 def JSONResp @JSONResp end |
#RequestId ⇒ Object
1434 1435 1436 |
# File 'lib/v20180608/models.rb', line 1434 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1441 1442 1443 1444 |
# File 'lib/v20180608/models.rb', line 1441 def deserialize(params) @JSONResp = params['JSONResp'] @RequestId = params['RequestId'] end |