logs property

List<String>? logs
getter/setter pair

Names of the logs to be sent to this destination.

Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".

Implementation

core.List<core.String>? logs;