blob: 76ab024be28dc7e0d0836f14b680e6003f407183 [file]
---
title: 'OutputGroupInfo'
---
A provider that indicates what output groups a rule has.
See [Requesting output files](https://bazel.build/versions/8.1.1/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/8.1.1/extending/rules#requesting_output_files) for more information.
### Parameters
| Parameter | Description |
| --- | --- |
| `kwargs` | default is `{}` |