Show / Hide Table of Contents

Class NotebookSessionGitConfigDetails

Git configuration Details.

Inheritance
object
NotebookSessionGitConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class NotebookSessionGitConfigDetails

Properties

NotebookSessionGitRepoConfigCollection

Declaration
[JsonProperty(PropertyName = "notebookSessionGitRepoConfigCollection")]
public List<NotebookSessionGitRepoConfigDetails> NotebookSessionGitRepoConfigCollection { get; set; }
Property Value
Type Description
List<NotebookSessionGitRepoConfigDetails>

A collection of Git repository configurations.

In this article
Back to top