startTime property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? startTime
getter/setter pair

The time at which the updated state takes effect.

If unset, defaults to the request time.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? startTime;