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.
1080 1081 1082 |
# File 'lib/v20230321/models.rb', line 1080 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1078 1079 1080 |
# File 'lib/v20230321/models.rb', line 1078 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1084 1085 1086 |
# File 'lib/v20230321/models.rb', line 1084 def deserialize(params) @RequestId = params['RequestId'] end |