Class: TencentCloud::Iotexplorer::V20190423::ChangeP2PRouteResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ChangeP2PRouteResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ChangeP2PRoute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ChangeP2PRouteResponse
constructor
A new instance of ChangeP2PRouteResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ChangeP2PRouteResponse
Returns a new instance of ChangeP2PRouteResponse.
913 914 915 |
# File 'lib/v20190423/models.rb', line 913 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
911 912 913 |
# File 'lib/v20190423/models.rb', line 911 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
917 918 919 |
# File 'lib/v20190423/models.rb', line 917 def deserialize(params) @RequestId = params['RequestId'] end |