Class: TencentCloud::Tcr::V20190924::Schedule

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190924/models.rb

Overview

作业调度信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • Type: —

    类型:Hourly, Daily, Weekly, Custom, Manual, Dryrun, None



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