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.
888 889 890 |
# File 'lib/v20220401/models.rb', line 888 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
886 887 888 |
# File 'lib/v20220401/models.rb', line 886 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
892 893 894 |
# File 'lib/v20220401/models.rb', line 892 def deserialize(params) @RequestId = params['RequestId'] end |