Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 696 Bytes

File metadata and controls

16 lines (11 loc) · 696 Bytes

openapi.model.FirewallRulesetPatchRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String The new name for the firewall ruleset. If not provided, the name will not be updated. [optional]
rules List The new firewall rules for the ruleset. If not provided, the rules will not be updated. [optional] [default to const []]

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