Record
update-repository-pipeline-variable-params
No description available.
record update-repository-pipeline-variable-params {
workspace: string,
repo-slug: string,
variable-uuid: string,
type-op: string,
key: option<string>,
secured: option<bool>,
uuid: option<string>,
value: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| repo-slug | string | |
| variable-uuid | string | |
| type-op | string | |
| key | option<string> | |
| secured | option<bool> | |
| uuid | option<string> | |
| value | option<string> |