Class: TencentCloud::Tdmq::V20200217::ModifyPublicNetworkAccessPointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ModifyPublicNetworkAccessPointResponse
- Defined in:
- lib/v20200217/models.rb
Overview
ModifyPublicNetworkAccessPoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modifyresult = nil, requestid = nil) ⇒ ModifyPublicNetworkAccessPointResponse
constructor
A new instance of ModifyPublicNetworkAccessPointResponse.
Constructor Details
#initialize(modifyresult = nil, requestid = nil) ⇒ ModifyPublicNetworkAccessPointResponse
Returns a new instance of ModifyPublicNetworkAccessPointResponse.
8922 8923 8924 8925 |
# File 'lib/v20200217/models.rb', line 8922 def initialize(modifyresult=nil, requestid=nil) @ModifyResult = modifyresult @RequestId = requestid end |
Instance Attribute Details
#ModifyResult ⇒ Object
8920 8921 8922 |
# File 'lib/v20200217/models.rb', line 8920 def ModifyResult @ModifyResult end |
#RequestId ⇒ Object
8920 8921 8922 |
# File 'lib/v20200217/models.rb', line 8920 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8927 8928 8929 8930 |
# File 'lib/v20200217/models.rb', line 8927 def deserialize(params) @ModifyResult = params['ModifyResult'] @RequestId = params['RequestId'] end |