LogScope constructor

LogScope({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. List<String>? resourceNames,
  5. String? updateTime,
})

Implementation

LogScope({
  this.createTime,
  this.description,
  this.name,
  this.resourceNames,
  this.updateTime,
});