aueMonth property

String? aueMonth
getter/setter pair

Enum value of month corresponding to the auto update expiration date in UTC time zone.

If the device is already expired, this field is empty. Possible string values are:

  • "MONTH_UNSPECIFIED" : The unspecified month.
  • "JANUARY" : The month of January.
  • "FEBRUARY" : The month of February.
  • "MARCH" : The month of March.
  • "APRIL" : The month of April.
  • "MAY" : The month of May.
  • "JUNE" : The month of June.
  • "JULY" : The month of July.
  • "AUGUST" : The month of August.
  • "SEPTEMBER" : The month of September.
  • "OCTOBER" : The month of October.
  • "NOVEMBER" : The month of November.
  • "DECEMBER" : The month of December.

Implementation

core.String? aueMonth;