ComplianceDetails class
Compliance Details associated with the finding.
Constructors
-
ComplianceDetails.new({CloudControl? cloudControl, List<
String> ? cloudControlDeploymentNames, List<Framework> ? frameworks}) - ComplianceDetails.fromJson(Map json_)
Properties
- cloudControl ↔ CloudControl?
-
CloudControl associated with the finding
getter/setter pair
-
cloudControlDeploymentNames
↔ List<
String> ? -
Cloud Control Deployments associated with the finding.
getter/setter pair
-
frameworks
↔ List<
Framework> ? -
Details of Frameworks associated with the finding
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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