Record
create-new-campaign-params
No description available.
record create-new-campaign-params {
areas: option<list<string>>,
file-urls: list<string>,
name: string,
schedule: option<f64>,
size: string,
source: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| areas | option<list<string>> | |
| file-urls | list<string> | |
| name | string | |
| schedule | option<f64> | |
| size | string | |
| source | option<string> |