struct SystemIntegrationOptionConfig [src]
Fields
default: ?bool = nullIf left as null, then the default will depend on system_package_mode.
Source
pub const SystemIntegrationOptionConfig = struct {
/// If left as null, then the default will depend on system_package_mode.
default: ?bool = null,
}