class TencentCloud::Emr::V20190103::RepeatStrategy

def initialize(repeattype=nil, dayrepeat=nil, weekrepeat=nil, monthrepeat=nil, notrepeat=nil, expire=nil, starttime=nil)

def initialize(repeattype=nil, dayrepeat=nil, weekrepeat=nil, monthrepeat=nil, notrepeat=nil, expire=nil, starttime=nil)
  @RepeatType = repeattype
  @DayRepeat = dayrepeat
  @WeekRepeat = weekrepeat
  @MonthRepeat = monthrepeat
  @NotRepeat = notrepeat
  @Expire = expire
  @StartTime = starttime
end