Class DiffCollection
Result of a compare difference.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DiffCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DiffSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DiffSummary> | List of objects describing differences for all changed files. |
Remarks
Required