CreateProgramOldProgramParams Type
Record fields
| Record Field |
Description
|
Full Usage:
Project
Field type: string voption
|
|
Full Usage:
Snapshot
Field type: int voption
|
|
Static members
| Static member |
Description
|
|
The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ CreateProgramOldProgramParams.Default with ... }` - rather than writing all 2 out.
|