ExportMessagesRequest constructor
ExportMessagesRequest({
- String? endTime,
- String? filter,
- GcsDestination? gcsDestination,
- PubsubDestination? pubsubDestination,
- String? startTime,
Implementation
ExportMessagesRequest({
this.endTime,
this.filter,
this.gcsDestination,
this.pubsubDestination,
this.startTime,
});