DomainDefaultSpaceSettingsJupyterLabAppSettingsCodeRepository constructor

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

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

Implementation

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