Class MergeCheckCollection
list of merge checks.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class MergeCheckCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<MergeCheck> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MergeCheck> |
TimeValidated
Declaration
[JsonProperty(PropertyName = "timeValidated")]
public DateTime? TimeValidated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time Stamp of the validation check. |