SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository constructor

const SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository({
  1. required Input<String> repositoryUrl,
})

Creates a new SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository. repositoryUrl The URL of the Git repository.

Implementation

const SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository({
  required this.repositoryUrl,
});