Class: TencentCloud::Cls::V20201016::DeleteNoticeContentResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteNoticeContentResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteNoticeContent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNoticeContentResponse
constructor
A new instance of DeleteNoticeContentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNoticeContentResponse
Returns a new instance of DeleteNoticeContentResponse.
6469 6470 6471 |
# File 'lib/v20201016/models.rb', line 6469 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6467 6468 6469 |
# File 'lib/v20201016/models.rb', line 6467 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6473 6474 6475 |
# File 'lib/v20201016/models.rb', line 6473 def deserialize(params) @RequestId = params['RequestId'] end |