ExportMessagesRequest constructor

ExportMessagesRequest({
  1. String? endTime,
  2. String? filter,
  3. GcsDestination? gcsDestination,
  4. PubsubDestination? pubsubDestination,
  5. String? startTime,
})

Implementation

ExportMessagesRequest({
  this.endTime,
  this.filter,
  this.gcsDestination,
  this.pubsubDestination,
  this.startTime,
});