NotebookSessionGitConfigDetails¶
- 
class oci.data_science.models.NotebookSessionGitConfigDetails(**kwargs)¶
- Bases: - object- Git configuration Details. - Methods - __init__(**kwargs)- Initializes a new NotebookSessionGitConfigDetails object with values from keyword arguments. - Attributes - notebook_session_git_repo_config_collection- Gets the notebook_session_git_repo_config_collection of this NotebookSessionGitConfigDetails. - 
__init__(**kwargs)¶
- Initializes a new NotebookSessionGitConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - notebook_session_git_repo_config_collection (list[oci.data_science.models.NotebookSessionGitRepoConfigDetails]) – The value to assign to the notebook_session_git_repo_config_collection property of this NotebookSessionGitConfigDetails. 
 - 
notebook_session_git_repo_config_collection¶
- Gets the notebook_session_git_repo_config_collection of this NotebookSessionGitConfigDetails. A collection of Git repository configurations. - Returns: - The notebook_session_git_repo_config_collection of this NotebookSessionGitConfigDetails. - Return type: - list[oci.data_science.models.NotebookSessionGitRepoConfigDetails] 
 
-