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