blob: eb144a27e35fc5115cef2d0c991906297207b9df [file]
---
title: 'OutputGroupInfo'
---
A provider that indicates what output groups a rule has.
See [Requesting output files](https://bazel.build/versions/9.0.0/extending/rules#requesting_output_files) for more information.
## Members
* [OutputGroupInfo](#OutputGroupInfo)
## OutputGroupInfo
```
OutputGroupInfo OutputGroupInfo(**kwargs)
```
Instantiate this provider with
```
OutputGroupInfo(group1 = <files>, group2 = <files>...)
```
See [Requesting output files](https://bazel.build/versions/9.0.0/extending/rules#requesting_output_files) for more information.
### Parameters
| Parameter | Description |
| --- | --- |
| `kwargs` | default is `{}` |