tcn.org.type.v1alpha1.CronExpression(CronExpression)
CronExpression is a message for the cron expression of a report.
Common symbols used in cron expressions:
(asterisk) * : Matches any value.
(comma) , : Specifies a list of values (e.g., 1,3,5).
(hyphen) - : Specifies a range of values (e.g., 1-5).
(slash) / : Specifies increments (e.g., */5 for every 5 minutes).
{
"frequency": "CRON_FREQUENCY_UNSPECIFIED",
"seconds_schedule": "string",
"minutes": "string",
"hours": "string",
"month_day": "string",
"month": "string",
"week_day": "string",
"year": "string"
}