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.
1475 1476 1477 |
# File 'lib/v20220817/models.rb', line 1475 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1473 1474 1475 |
# File 'lib/v20220817/models.rb', line 1473 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1479 1480 1481 |
# File 'lib/v20220817/models.rb', line 1479 def deserialize(params) @RequestId = params['RequestId'] end |