schedule property

  1. @TagNumber(2)
String get schedule

a unix-cron string or a Golang-parsable duration string, specifies the interval at which the job is run.

Implementation

@$pb.TagNumber(2)
$core.String get schedule => $_getSZ(1);
  1. @TagNumber(2)
set schedule (String v)

Implementation

@$pb.TagNumber(2)
set schedule($core.String v) { $_setString(1, v); }