Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 701 Bytes

File metadata and controls

26 lines (19 loc) · 701 Bytes

UrlPost

Properties

Name Type Description Notes
kind string [optional] [default to undefined]
url string [optional] [default to undefined]
substring string [optional] [default to undefined]
pattern string [optional] [default to undefined]

Example

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

const instance: UrlPost = {
    kind,
    url,
    substring,
    pattern,
};

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