Class ProtectedBranchCollection
Collection of protected branches
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ProtectedBranchCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProtectedBranchSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProtectedBranchSummary> | List of objects describing protected branches |
Remarks
Required