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