Class: TencentCloud::Tcr::V20190924::Schedule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::Schedule
- Defined in:
- lib/v20190924/models.rb
Overview
作业调度信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ Schedule
constructor
A new instance of Schedule.
Constructor Details
#initialize(type = nil) ⇒ Schedule
Returns a new instance of Schedule.
6862 6863 6864 |
# File 'lib/v20190924/models.rb', line 6862 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
6860 6861 6862 |
# File 'lib/v20190924/models.rb', line 6860 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6866 6867 6868 |
# File 'lib/v20190924/models.rb', line 6866 def deserialize(params) @Type = params['Type'] end |