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