Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 692 Bytes

File metadata and controls

22 lines (15 loc) · 692 Bytes

AssignedToRep

Properties

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]

Example

import { AssignedToRep } from 'launchdarkly-api-typescript';

const instance: AssignedToRep = {
    membersCount,
    teamsCount,
};

[Back to Model list] [Back to API list] [Back to README]