Show / Hide Table of Contents

Class MergeCheckCollection

list of merge checks.

Inheritance
object
MergeCheckCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top