Class DiffSection
Details about a section of changes within a difference chunk.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DiffSection
Properties
Lines
Declaration
[JsonProperty(PropertyName = "lines")]
public List<DiffLineDetails> Lines { get; set; }
Property Value
Type | Description |
---|---|
List<DiffLineDetails> | The lines within changed section. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | Type of change. |