Search Results for

    Show / Hide Table of Contents

    Class PullRequestMeta

    PullRequestMeta PR info if an issue is a PR

    Inheritance
    System.Object
    PullRequestMeta
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class PullRequestMeta

    Properties

    | Improve this Doc View Source

    Merged

    Declaration
    public bool? Merged { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Merged_at

    Declaration
    public DateTimeOffset? Merged_at { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH