GoogleCloudAssuredworkloadsV1DbFindingSummary class

The details for a finding.

Constructors

GoogleCloudAssuredworkloadsV1DbFindingSummary({String? findingCategory, String? findingClass, String? findingCount, String? name, String? organizationPolicyFindingCount, List<String>? relatedFrameworks, String? resourceFindingCount, String? severity, String? updateTime})
GoogleCloudAssuredworkloadsV1DbFindingSummary.fromJson(Map json_)

Properties

findingCategory String?
The category of the finding.
getter/setter pair
findingClass String?
The class of the finding.
getter/setter pair
findingCount String?
The count of the finding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
organizationPolicyFindingCount String?
Number of active organization policy findings for this category.
getter/setter pair
relatedFrameworks List<String>?
The list of compliance frameworks that the finding belongs to.
getter/setter pair
resourceFindingCount String?
Number of active resource findings for this category.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity of the finding.
getter/setter pair
updateTime String?
The last updated time of the finding.
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