Class: TencentCloud::Teo::V20220901::CreateL4ProxyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CreateL4ProxyResponse
- Defined in:
- lib/v20220901/models.rb
Overview
CreateL4Proxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxyid = nil, requestid = nil) ⇒ CreateL4ProxyResponse
constructor
A new instance of CreateL4ProxyResponse.
Constructor Details
#initialize(proxyid = nil, requestid = nil) ⇒ CreateL4ProxyResponse
Returns a new instance of CreateL4ProxyResponse.
4406 4407 4408 4409 |
# File 'lib/v20220901/models.rb', line 4406 def initialize(proxyid=nil, requestid=nil) @ProxyId = proxyid @RequestId = requestid end |
Instance Attribute Details
#ProxyId ⇒ Object
4404 4405 4406 |
# File 'lib/v20220901/models.rb', line 4404 def ProxyId @ProxyId end |
#RequestId ⇒ Object
4404 4405 4406 |
# File 'lib/v20220901/models.rb', line 4404 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4411 4412 4413 4414 |
# File 'lib/v20220901/models.rb', line 4411 def deserialize(params) @ProxyId = params['ProxyId'] @RequestId = params['RequestId'] end |