Class: TencentCloud::Iss::V20230517::RecordTemplateTimeSections
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::RecordTemplateTimeSections
- Defined in:
- lib/v20230517/models.rb
Overview
上云模板的时间片段数据格式
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dayofweek = nil, starttime = nil, endtime = nil) ⇒ RecordTemplateTimeSections
constructor
A new instance of RecordTemplateTimeSections.
Constructor Details
#initialize(dayofweek = nil, starttime = nil, endtime = nil) ⇒ RecordTemplateTimeSections
Returns a new instance of RecordTemplateTimeSections.
6664 6665 6666 6667 6668 |
# File 'lib/v20230517/models.rb', line 6664 def initialize(dayofweek=nil, starttime=nil, endtime=nil) @DayOfWeek = dayofweek @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#DayOfWeek ⇒ Object
6662 6663 6664 |
# File 'lib/v20230517/models.rb', line 6662 def DayOfWeek @DayOfWeek end |
#EndTime ⇒ Object
6662 6663 6664 |
# File 'lib/v20230517/models.rb', line 6662 def EndTime @EndTime end |
#StartTime ⇒ Object
6662 6663 6664 |
# File 'lib/v20230517/models.rb', line 6662 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6670 6671 6672 6673 6674 |
# File 'lib/v20230517/models.rb', line 6670 def deserialize(params) @DayOfWeek = params['DayOfWeek'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |