| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | string | The attribute that failed validation | [default to undefined] |
| reason | string | The reason the attribute failed validation | [default to undefined] |
import { FailureReasonRep } from 'launchdarkly-api-typescript';
const instance: FailureReasonRep = {
attribute,
reason,
};