Class: TencentCloud::Tcaplusdb::V20190823::DisableRestProxyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::DisableRestProxyResponse
- Defined in:
- lib/v20190823/models.rb
Overview
DisableRestProxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(restproxystatus = nil, taskid = nil, requestid = nil) ⇒ DisableRestProxyResponse
constructor
A new instance of DisableRestProxyResponse.
Constructor Details
#initialize(restproxystatus = nil, taskid = nil, requestid = nil) ⇒ DisableRestProxyResponse
Returns a new instance of DisableRestProxyResponse.
2295 2296 2297 2298 2299 |
# File 'lib/v20190823/models.rb', line 2295 def initialize(restproxystatus=nil, taskid=nil, requestid=nil) @RestProxyStatus = restproxystatus @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2293 2294 2295 |
# File 'lib/v20190823/models.rb', line 2293 def RequestId @RequestId end |
#RestProxyStatus ⇒ Object
2293 2294 2295 |
# File 'lib/v20190823/models.rb', line 2293 def RestProxyStatus @RestProxyStatus end |
#TaskId ⇒ Object
2293 2294 2295 |
# File 'lib/v20190823/models.rb', line 2293 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2301 2302 2303 2304 2305 |
# File 'lib/v20190823/models.rb', line 2301 def deserialize(params) @RestProxyStatus = params['RestProxyStatus'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |