Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 701 Bytes

File metadata and controls

17 lines (12 loc) · 701 Bytes

openapi.model.GlobalFirewallRuleset

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String The unique identifier of the firewall ruleset. [default to 'global']
name String The name of the firewall ruleset. [default to 'Global Firewall Rules']
rules List The list of firewall rules in this ruleset. [default to const []]

[Back to Model list] [Back to API list] [Back to README]