schedule property
- @TagNumber(2)
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);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set schedule($core.String v) { $_setString(1, v); }