environment property
The environment on which to filter; optional. Possible string values are:
- "ENVIRONMENT_UNSPECIFIED" : A placeholder for an undefined environment; indicates that no environment filter will be applied.
 - "WEB" : The ad impression appears on the web.
 - "APP" : The ad impression appears in an app.
 
Implementation
core.String? environment;