| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<TriggerWorkflowRep> | An array of flag triggers | [optional] [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
import { TriggerWorkflowCollectionRep } from 'launchdarkly-api-typescript';
const instance: TriggerWorkflowCollectionRep = {
items,
_links,
};