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