GoogleCloudApihubV1LintResponse class
LintResponse contains the response from the linter.
Constructors
-
GoogleCloudApihubV1LintResponse.new({String? createTime, List<
GoogleCloudApihubV1Issue> ? issues, String? linter, String? source, String? state, List<GoogleCloudApihubV1SummaryEntry> ? summary}) - GoogleCloudApihubV1LintResponse.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when the linting response was generated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
↔ List<
GoogleCloudApihubV1Issue> ? -
Array of issues found in the analyzed document.
getter/setter pair
- linter ↔ String?
-
Name of the linter used.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
Name of the linting application.
getter/setter pair
- state ↔ String?
-
Lint state represents success or failure for linting.
getter/setter pair
-
summary
↔ List<
GoogleCloudApihubV1SummaryEntry> ? -
Summary of all issue types and counts for each severity level.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited