lastModificationTime property

DateTime? lastModificationTime
final

The last time that the dataset was modified. The time depends on the status of the job, as follows:

  • CREATE_PENDING - The same time as CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

Implementation

final DateTime? lastModificationTime;