GoogleCloudApihubV1LintResponse constructor
GoogleCloudApihubV1LintResponse({
- String? createTime,
- List<
GoogleCloudApihubV1Issue> ? issues, - String? linter,
- String? source,
- String? state,
- List<
GoogleCloudApihubV1SummaryEntry> ? summary,
Implementation
GoogleCloudApihubV1LintResponse({
this.createTime,
this.issues,
this.linter,
this.source,
this.state,
this.summary,
});