Class: TencentCloud::Apigateway::V20180808::ModifyServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::ModifyServiceResponse
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyServiceResponse
constructor
A new instance of ModifyServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyServiceResponse
Returns a new instance of ModifyServiceResponse.
7782 7783 7784 |
# File 'lib/v20180808/models.rb', line 7782 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7780 7781 7782 |
# File 'lib/v20180808/models.rb', line 7780 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7786 7787 7788 |
# File 'lib/v20180808/models.rb', line 7786 def deserialize(params) @RequestId = params['RequestId'] end |