startMinute property

String? startMinute
getter/setter pair

Minutes after the start hour at which this schedule starts.

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? startMinute;