bindings property

List<Binding>? bindings
getter/setter pair

The list of Binding resources matching the parent and filter criteria in the request.

Each Binding resource follows the format: projects/{project}/locations/{location}/bindings/{binding}.

Implementation

core.List<Binding>? bindings;