> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-flags-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OutputGroupInfo

A provider that indicates what output groups a rule has.

See [Requesting output files](https://bazel.build/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/extending/rules#requesting_output_files) for more information.

### Parameters

ParameterDescription`kwargs`
default is `{}`

Dictionary of arguments.
