GoogleCloudApihubV1Issue constructor

GoogleCloudApihubV1Issue({
  1. String? code,
  2. String? message,
  3. List<String>? path,
  4. GoogleCloudApihubV1Range? range,
  5. String? severity,
})

Implementation

GoogleCloudApihubV1Issue({
  this.code,
  this.message,
  this.path,
  this.range,
  this.severity,
});