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