SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository constructor
const
SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository({
- required Input<
String> repositoryUrl,
Creates a new SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository.
repositoryUrl The URL of the Git repository.
Implementation
const SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository({
required this.repositoryUrl,
});