Remove cloud_restrictable for cloud billing settings (#16309)

Этот коммит содержится в:
Maria A Nunez
2020-11-18 16:24:34 -05:00
коммит произвёл GitHub
родитель ceb1422a5c
Коммит 2ea2293276

Просмотреть файл

@@ -898,8 +898,8 @@ type ExperimentalSettings struct {
LinkMetadataTimeoutMilliseconds *int64 `access:"experimental,write_restrictable,cloud_restrictable"`
RestrictSystemAdmin *bool `access:"experimental,write_restrictable"`
UseNewSAMLLibrary *bool `access:"experimental,cloud_restrictable"`
CloudUserLimit *int64 `access:"experimental,write_restrictable,cloud_restrictable"`
CloudBilling *bool `access:"experimental,write_restrictable,cloud_restrictable"`
CloudUserLimit *int64 `access:"experimental,write_restrictable"`
CloudBilling *bool `access:"experimental,write_restrictable"`
EnableSharedChannels *bool `access:"experimental"`
}