AppsListData class

An AWS Firewall Manager applications list.

Constructors

AppsListData({required List<App> appsList, required String listName, DateTime? createTime, DateTime? lastUpdateTime, String? listId, String? listUpdateToken, Map<String, List<App>>? previousAppsList})
AppsListData.fromJson(Map<String, dynamic> json)
factory

Properties

appsList List<App>
An array of applications in the AWS Firewall Manager applications list.
final
createTime DateTime?
The time that the AWS Firewall Manager applications list was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime?
The time that the AWS Firewall Manager applications list was last updated.
final
listId String?
The ID of the AWS Firewall Manager applications list.
final
listName String
The name of the AWS Firewall Manager applications list.
final
listUpdateToken String?
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
final
previousAppsList Map<String, List<App>>?
A map of previous version numbers to their corresponding App object arrays.
final
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