GetThreatIntelSetResponse class
Constructors
-
GetThreatIntelSetResponse({required ThreatIntelSetFormat format, required String location, required String name, required ThreatIntelSetStatus status, Map<
String, String> ? tags}) -
GetThreatIntelSetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- format → ThreatIntelSetFormat
-
The format of the threatIntelSet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → String
-
The URI of the file that contains the ThreatIntelSet. For example:
https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
final
- name → String
-
A user-friendly ThreatIntelSet name displayed in all findings that are
generated by activity that involves IP addresses included in this
ThreatIntelSet.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ThreatIntelSetStatus
-
The status of threatIntelSet file uploaded.
final
-
The tags of the threat list 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