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.
881 882 883 |
# File 'lib/v20190423/models.rb', line 881 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
879 880 881 |
# File 'lib/v20190423/models.rb', line 879 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
885 886 887 |
# File 'lib/v20190423/models.rb', line 885 def deserialize(params) @RequestId = params['RequestId'] end |