Class: TencentCloud::Lcic::V20220817::DescribeWhiteBoardSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeWhiteBoardSnapshotResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeWhiteBoardSnapshot返回参数结构体
Instance Attribute Summary collapse
- #RequestId ⇒ Object
- #Result ⇒ Object
- #Status ⇒ Object
- #Total ⇒ Object
- #WhiteBoardSnapshotMode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(whiteboardsnapshotmode = nil, status = nil, result = nil, total = nil, requestid = nil) ⇒ DescribeWhiteBoardSnapshotResponse
constructor
A new instance of DescribeWhiteBoardSnapshotResponse.
Constructor Details
#initialize(whiteboardsnapshotmode = nil, status = nil, result = nil, total = nil, requestid = nil) ⇒ DescribeWhiteBoardSnapshotResponse
Returns a new instance of DescribeWhiteBoardSnapshotResponse.
3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/v20220817/models.rb', line 3009 def initialize(whiteboardsnapshotmode=nil, status=nil, result=nil, total=nil, requestid=nil) @WhiteBoardSnapshotMode = whiteboardsnapshotmode @Status = status @Result = result @Total = total @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3007 3008 3009 |
# File 'lib/v20220817/models.rb', line 3007 def RequestId @RequestId end |
#Result ⇒ Object
3007 3008 3009 |
# File 'lib/v20220817/models.rb', line 3007 def Result @Result end |
#Status ⇒ Object
3007 3008 3009 |
# File 'lib/v20220817/models.rb', line 3007 def Status @Status end |
#Total ⇒ Object
3007 3008 3009 |
# File 'lib/v20220817/models.rb', line 3007 def Total @Total end |
#WhiteBoardSnapshotMode ⇒ Object
3007 3008 3009 |
# File 'lib/v20220817/models.rb', line 3007 def WhiteBoardSnapshotMode @WhiteBoardSnapshotMode end |
Instance Method Details
#deserialize(params) ⇒ Object
3017 3018 3019 3020 3021 3022 3023 |
# File 'lib/v20220817/models.rb', line 3017 def deserialize(params) @WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode'] @Status = params['Status'] @Result = params['Result'] @Total = params['Total'] @RequestId = params['RequestId'] end |