Class: TencentCloud::Iss::V20230517::Timeline
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::Timeline
- Defined in:
- lib/v20230517/models.rb
Overview
时间片段结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_begin = nil, _end = nil) ⇒ Timeline
constructor
A new instance of Timeline.
Constructor Details
#initialize(_begin = nil, _end = nil) ⇒ Timeline
Returns a new instance of Timeline.
7047 7048 7049 7050 |
# File 'lib/v20230517/models.rb', line 7047 def initialize(_begin=nil, _end=nil) @Begin = _begin @End = _end end |
Instance Attribute Details
#Begin ⇒ Object
7045 7046 7047 |
# File 'lib/v20230517/models.rb', line 7045 def Begin @Begin end |
#End ⇒ Object
7045 7046 7047 |
# File 'lib/v20230517/models.rb', line 7045 def End @End end |
Instance Method Details
#deserialize(params) ⇒ Object
7052 7053 7054 7055 |
# File 'lib/v20230517/models.rb', line 7052 def deserialize(params) @Begin = params['Begin'] @End = params['End'] end |