Class: TencentCloud::Wedata::V20210820::DutyScheduleData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DutyScheduleData
- Defined in:
- lib/v20210820/models.rb
Overview
值班表列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, creator = nil) ⇒ DutyScheduleData
constructor
A new instance of DutyScheduleData.
Constructor Details
#initialize(id = nil, name = nil, creator = nil) ⇒ DutyScheduleData
Returns a new instance of DutyScheduleData.
19376 19377 19378 19379 19380 |
# File 'lib/v20210820/models.rb', line 19376 def initialize(id=nil, name=nil, creator=nil) @Id = id @Name = name @Creator = creator end |
Instance Attribute Details
#Creator ⇒ Object
19374 19375 19376 |
# File 'lib/v20210820/models.rb', line 19374 def Creator @Creator end |
#Id ⇒ Object
19374 19375 19376 |
# File 'lib/v20210820/models.rb', line 19374 def Id @Id end |
#Name ⇒ Object
19374 19375 19376 |
# File 'lib/v20210820/models.rb', line 19374 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
19382 19383 19384 19385 19386 |
# File 'lib/v20210820/models.rb', line 19382 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Creator = params['Creator'] end |