Class: TencentCloud::Thpc::V20230321::DeleteQueueResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DeleteQueueResponse
- Defined in:
- lib/v20230321/models.rb
Overview
DeleteQueue返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteQueueResponse
constructor
A new instance of DeleteQueueResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteQueueResponse
Returns a new instance of DeleteQueueResponse.
1205 1206 1207 |
# File 'lib/v20230321/models.rb', line 1205 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1203 1204 1205 |
# File 'lib/v20230321/models.rb', line 1203 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1209 1210 1211 |
# File 'lib/v20230321/models.rb', line 1209 def deserialize(params) @RequestId = params['RequestId'] end |