Record
nullable-scoped-installation
No description available.
record nullable-scoped-installation {
account: simple-user,
has-multiple-single-files: option<bool>,
permissions: app-permissions,
repositories-url: string,
repository-selection: installation-repository-selection-enum,
single-file-name: string,
single-file-paths: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| account | simple-user | |
| has-multiple-single-files | option<bool> | |
| permissions | app-permissions | |
| repositories-url | string | |
| repository-selection | installation-repository-selection-enum | |
| single-file-name | string | |
| single-file-paths | option<list<string>> |