SubResourceSummary class

The attack information for the specified SubResource.

Constructors

SubResourceSummary({List<SummarizedAttackVector>? attackVectors, List<SummarizedCounter>? counters, String? id, SubResourceType? type})
SubResourceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

attackVectors List<SummarizedAttackVector>?
The list of attack types and associated counters.
final
counters List<SummarizedCounter>?
The counters that describe the details of the attack.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier (ID) of the SubResource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SubResourceType?
The SubResource type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited