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.
1690 1691 1692 1693 |
# File 'lib/v20180608/models.rb', line 1690 def initialize(jsonresp=nil, requestid=nil) @JSONResp = jsonresp @RequestId = requestid end |
Instance Attribute Details
#JSONResp ⇒ Object
1688 1689 1690 |
# File 'lib/v20180608/models.rb', line 1688 def JSONResp @JSONResp end |
#RequestId ⇒ Object
1688 1689 1690 |
# File 'lib/v20180608/models.rb', line 1688 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1695 1696 1697 1698 |
# File 'lib/v20180608/models.rb', line 1695 def deserialize(params) @JSONResp = params['JSONResp'] @RequestId = params['RequestId'] end |