GoogleCloudApihubV1LintResponse constructor

GoogleCloudApihubV1LintResponse({
  1. String? createTime,
  2. List<GoogleCloudApihubV1Issue>? issues,
  3. String? linter,
  4. String? source,
  5. String? state,
  6. List<GoogleCloudApihubV1SummaryEntry>? summary,
})

Implementation

GoogleCloudApihubV1LintResponse({
  this.createTime,
  this.issues,
  this.linter,
  this.source,
  this.state,
  this.summary,
});