services property

List<Service>? services
getter/setter pair

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

Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

Implementation

core.List<Service>? services;