| Name | Type | Description | Notes |
|---|---|---|---|
| membersCount | number | The number of individual members this role is assigned to | [optional] [default to undefined] |
| teamsCount | number | The number of teams this role is assigned to | [optional] [default to undefined] |
import { AssignedToRep } from 'launchdarkly-api-typescript';
const instance: AssignedToRep = {
membersCount,
teamsCount,
};