Class: TencentCloud::Tcaplusdb::V20190823::EnableRestProxyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::EnableRestProxyResponse
- Defined in:
- lib/v20190823/models.rb
Overview
EnableRestProxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(restproxystatus = nil, taskid = nil, requestid = nil) ⇒ EnableRestProxyResponse
constructor
A new instance of EnableRestProxyResponse.
Constructor Details
#initialize(restproxystatus = nil, taskid = nil, requestid = nil) ⇒ EnableRestProxyResponse
Returns a new instance of EnableRestProxyResponse.
2335 2336 2337 2338 2339 |
# File 'lib/v20190823/models.rb', line 2335 def initialize(restproxystatus=nil, taskid=nil, requestid=nil) @RestProxyStatus = restproxystatus @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2333 2334 2335 |
# File 'lib/v20190823/models.rb', line 2333 def RequestId @RequestId end |
#RestProxyStatus ⇒ Object
2333 2334 2335 |
# File 'lib/v20190823/models.rb', line 2333 def RestProxyStatus @RestProxyStatus end |
#TaskId ⇒ Object
2333 2334 2335 |
# File 'lib/v20190823/models.rb', line 2333 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2341 2342 2343 2344 2345 |
# File 'lib/v20190823/models.rb', line 2341 def deserialize(params) @RestProxyStatus = params['RestProxyStatus'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |