names property

List<String>? names
getter/setter pair

A list containing all policy names, in the new order.

Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

Required.

Implementation

core.List<core.String>? names;