Record
create-vod-promotion-params
No description available.
record create-vod-promotion-params {
ondemand-id: string,
access-type: option<on-demand-promotion-access-type-enum>,
code: option<string>,
discount-type: option<create-vod-promotion-body-discount-type-enum>,
download: bool,
end-time: option<string>,
label: option<string>,
percent-off: option<f64>,
product-type: option<on-demand-promotion-product-type-enum>,
start-time: option<string>,
stream-period: create-vod-promotion-body-stream-period-enum,
total: f64,
type-op: create-vod-promotion-body-type-op-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| ondemand-id | string | |
| access-type | option<on-demand-promotion-access-type-enum> | |
| code | option<string> | |
| discount-type | option<create-vod-promotion-body-discount-type-enum> | |
| download | bool | |
| end-time | option<string> | |
| label | option<string> | |
| percent-off | option<f64> | |
| product-type | option<on-demand-promotion-product-type-enum> | |
| start-time | option<string> | |
| stream-period | create-vod-promotion-body-stream-period-enum | |
| total | f64 | |
| type-op | create-vod-promotion-body-type-op-enum |