| Name | Type | Description | Notes |
|---|---|---|---|
| action | string | [optional] [default to undefined] | |
| resource | string | [optional] [default to undefined] |
import { ResourceAccess } from 'launchdarkly-api-typescript';
const instance: ResourceAccess = {
action,
resource,
};