Record
list-site-deploys-params
No description available.
record list-site-deploys-params {
site-id: string,
deploy-previews: option<bool>,
production: option<bool>,
state: option<list-site-deploys-state-enum>,
branch: option<string>,
latest-published: option<bool>,
page: option<s32>,
per-page: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| site-id | string | |
| deploy-previews | option<bool> | |
| production | option<bool> | |
| state | option<list-site-deploys-state-enum> | |
| branch | option<string> | |
| latest-published | option<bool> | |
| page | option<s32> | |
| per-page | option<s32> |