Class CatalogGitSourceConfig
Catalog GIT result config.
Inherited Members
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 |