GoogleCloudAssuredworkloadsV1RevertArchivedResourceEventsRequest constructor

GoogleCloudAssuredworkloadsV1RevertArchivedResourceEventsRequest({
  1. String? archiveEndTime,
  2. String? archiveStartTime,
  3. int? batchSize,
  4. int? maxEventsMove,
  5. String? organizationId,
  6. String? region,
})

Implementation

GoogleCloudAssuredworkloadsV1RevertArchivedResourceEventsRequest({
  this.archiveEndTime,
  this.archiveStartTime,
  this.batchSize,
  this.maxEventsMove,
  this.organizationId,
  this.region,
});