Class: TencentCloud::Bm::V20180423::SetOutBandVpnAuthPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::SetOutBandVpnAuthPasswordResponse
- Defined in:
- lib/v20180423/models.rb
Overview
SetOutBandVpnAuthPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetOutBandVpnAuthPasswordResponse
constructor
A new instance of SetOutBandVpnAuthPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetOutBandVpnAuthPasswordResponse
Returns a new instance of SetOutBandVpnAuthPasswordResponse.
3746 3747 3748 |
# File 'lib/v20180423/models.rb', line 3746 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3744 3745 3746 |
# File 'lib/v20180423/models.rb', line 3744 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3750 3751 3752 |
# File 'lib/v20180423/models.rb', line 3750 def deserialize(params) @RequestId = params['RequestId'] end |