GoogleCloudApigeeV1ScoreComponent class

Component is an individual security element that is scored.

Constructors

GoogleCloudApigeeV1ScoreComponent({String? calculateTime, String? dataCaptureTime, List<String>? drilldownPaths, List<GoogleCloudApigeeV1ScoreComponentRecommendation>? recommendations, int? score, String? scorePath})
GoogleCloudApigeeV1ScoreComponent.fromJson(Map json_)

Properties

calculateTime String?
Time when score was calculated.
getter/setter pair
dataCaptureTime String?
Time in the requested time period when data was last captured to compute the score.
getter/setter pair
drilldownPaths List<String>?
List of paths for next components.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recommendations List<GoogleCloudApigeeV1ScoreComponentRecommendation>?
List of recommendations to improve API security.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
Score for the component.
getter/setter pair
scorePath String?
Path of the component.
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