| 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] |
import { UrlPost } from 'launchdarkly-api-typescript';
const instance: UrlPost = {
kind,
url,
substring,
pattern,
};