Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 578 Bytes

File metadata and controls

22 lines (15 loc) · 578 Bytes

ResourceAccess

Properties

Name Type Description Notes
action string [optional] [default to undefined]
resource string [optional] [default to undefined]

Example

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

const instance: ResourceAccess = {
    action,
    resource,
};

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