Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 697 Bytes

File metadata and controls

17 lines (12 loc) · 697 Bytes

openapi.model.FirewallRulesetCreateRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String The name of the firewall ruleset.
region PublicRegionCode The region in which the firewall ruleset is deployed.
rules List The firewall rules to include in the ruleset. [default to const []]

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