Class: TencentCloud::Lcic::V20220817::DeleteWhiteBoardSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DeleteWhiteBoardSnapshotResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DeleteWhiteBoardSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteWhiteBoardSnapshotResponse
constructor
A new instance of DeleteWhiteBoardSnapshotResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteWhiteBoardSnapshotResponse
Returns a new instance of DeleteWhiteBoardSnapshotResponse.
1455 1456 1457 |
# File 'lib/v20220817/models.rb', line 1455 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1453 1454 1455 |
# File 'lib/v20220817/models.rb', line 1453 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1459 1460 1461 |
# File 'lib/v20220817/models.rb', line 1459 def deserialize(params) @RequestId = params['RequestId'] end |