Class: TencentCloud::Thpc::V20220401::DeleteQueueResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::DeleteQueueResponse
- Defined in:
- lib/v20220401/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.
872 873 874 |
# File 'lib/v20220401/models.rb', line 872 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
870 871 872 |
# File 'lib/v20220401/models.rb', line 870 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
876 877 878 |
# File 'lib/v20220401/models.rb', line 876 def deserialize(params) @RequestId = params['RequestId'] end |