Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 642 Bytes

File metadata and controls

22 lines (15 loc) · 642 Bytes

FailureReasonRep

Properties

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]

Example

import { FailureReasonRep } from 'launchdarkly-api-typescript';

const instance: FailureReasonRep = {
    attribute,
    reason,
};

[Back to Model list] [Back to API list] [Back to README]