CloudLoggingEntry constructor

CloudLoggingEntry({
  1. String? insertId,
  2. String? logId,
  3. String? resourceContainer,
  4. String? timestamp,
})

Implementation

CloudLoggingEntry({
  this.insertId,
  this.logId,
  this.resourceContainer,
  this.timestamp,
});