LoggingStatus constructor
LoggingStatus({})
Implementation
LoggingStatus({
this.bucketName,
this.lastFailureMessage,
this.lastFailureTime,
this.lastSuccessfulDeliveryTime,
this.loggingEnabled,
this.s3KeyPrefix,
});