Table of Contents

Class GitlabRepositoryLoadInfo

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Gitlab.Contents
Assembly
MES.MQC.DataSourceLibrary.dll
public class GitlabRepositoryLoadInfo : LoadInfoBase
Inheritance
GitlabRepositoryLoadInfo
Inherited Members

Properties

Commits

[JsonProperty("c")]
public HashSet<string> Commits { get; set; }

Property Value

HashSet<string>

DateTime

[JsonProperty("d")]
public DateTime? DateTime { get; set; }

Property Value

DateTime?