LogDescriptor constructor

LogDescriptor({
  1. String? description,
  2. String? displayName,
  3. List<LabelDescriptor>? labels,
  4. String? name,
})

Implementation

LogDescriptor({
  this.description,
  this.displayName,
  this.labels,
  this.name,
});