Record
create-repository-snapshot-params
No description available.
record create-repository-snapshot-params {
owner: string,
repo: string,
detector: snapshot-detector,
job: snapshot-job,
manifests: option<snapshot-manifests>,
metadata: option<metadata>,
ref: string,
scanned: string,
sha: string,
version: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| detector | snapshot-detector | |
| job | snapshot-job | |
| manifests | option<snapshot-manifests> | |
| metadata | option<metadata> | |
| ref | string | |
| scanned | string | |
| sha | string | |
| version | s32 |