GoogleCloudApihubV1Issue class

Issue contains the details of a single issue found by the linter.

Properties

code String?
Rule code unique to each rule defined in linter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
Human-readable message describing the issue found by the linter.
getter/setter pair
path List<String>?
An array of strings indicating the location in the analyzed document where the rule was triggered.
getter/setter pair
range GoogleCloudApihubV1Range?
Object describing where in the file the issue was found.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
Severity level of the rule violation.
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