endMinute property
Minutes after the end hour at which this schedule ends.
The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : The value is unknown in this version.
- "ZERO" : Zero minutes past the hour.
- "FIFTEEN" : Fifteen minutes past the hour.
- "THIRTY" : Thirty minutes past the hour.
- "FORTY_FIVE" : Forty-five minutes past the hour.
Implementation
core.String? endMinute;