Class GithubBuildSource
GitHub build source for Build stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class GithubBuildSource : BuildSourceProperties
ConnectionId
Declaration
[Required(ErrorMessage = "ConnectionId is required.")]
[JsonProperty(PropertyName = "connectionId")]
public string ConnectionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Connection identifier pertinent to GitHub source provider. | 
Remarks
Required