Show / Hide Table of Contents

Class CatalogGitSourceConfig

Catalog GIT result config.

Inheritance
object
CatalogSourcePayload
CatalogGitSourceConfig
Inherited Members
CatalogSourcePayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogGitSourceConfig : CatalogSourcePayload

Properties

BranchName

Declaration
[JsonProperty(PropertyName = "branchName")]
public string BranchName { get; set; }
Property Value
Type Description
string

branch Name

ConfigurationSourceProviderId

Declaration
[JsonProperty(PropertyName = "configurationSourceProviderId")]
public string ConfigurationSourceProviderId { get; set; }
Property Value
Type Description
string

configuration Source Provider OCID

RepositoryUrl

Declaration
[JsonProperty(PropertyName = "repositoryUrl")]
public string RepositoryUrl { get; set; }
Property Value
Type Description
string

repository Url

In this article
Back to top