lastSync property

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

Deprecated: use last_sync_time instead.

Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String

Implementation

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