GetFilterResponse class

Constructors

GetFilterResponse({required FilterAction action, required FindingCriteria findingCriteria, required String name, String? description, int? rank, Map<String, String>? tags})
GetFilterResponse.fromJson(Map<String, dynamic> json)
factory

Properties

action FilterAction
Specifies the action that is to be applied to the findings that match the filter.
final
description String?
The description of the filter.
final
findingCriteria FindingCriteria
Represents the criteria to be used in the filter for querying findings.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the filter.
final
rank int?
Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The tags of the filter resource.
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