| Name |
Type |
Description |
Notes |
| releaseStrategy |
string |
|
[default to undefined] |
| requireApproval |
boolean |
Whether or not the audience requires approval |
[default to undefined] |
| notifyMemberIds |
Array<string> |
An array of member IDs. These members are notified to review the approval request. |
[optional] [default to undefined] |
| notifyTeamKeys |
Array<string> |
An array of team keys. The members of these teams are notified to review the approval request. |
[optional] [default to undefined] |
| releaseGuardianConfiguration |
ReleaseGuardianConfiguration |
|
[optional] [default to undefined] |
import { AudienceConfiguration } from 'launchdarkly-api-typescript';
const instance: AudienceConfiguration = {
releaseStrategy,
requireApproval,
notifyMemberIds,
notifyTeamKeys,
releaseGuardianConfiguration,
};
[Back to Model list] [Back to API list] [Back to README]