CopyLogEntriesRequest constructor

CopyLogEntriesRequest({
  1. String? destination,
  2. String? filter,
  3. String? name,
})

Implementation

CopyLogEntriesRequest({
  this.destination,
  this.filter,
  this.name,
});