Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 802 Bytes

File metadata and controls

26 lines (19 loc) · 802 Bytes

TeamCustomRole

Properties

Name Type Description Notes
key string The key of the custom role [optional] [default to undefined]
name string The name of the custom role [optional] [default to undefined]
projects TeamProjects [optional] [default to undefined]
appliedOn number [optional] [default to undefined]

Example

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

const instance: TeamCustomRole = {
    key,
    name,
    projects,
    appliedOn,
};

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