Search Results for

    Show / Hide Table of Contents

    Class BranchMergeSummary.DetailsData

    Inheritance
    object
    BranchMergeSummary.DetailsData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Branches
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class BranchMergeSummary.DetailsData

    Properties

    | Edit this page View Source

    Added

    Declaration
    [JsonProperty("added")]
    public long Added { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Conflicted

    Declaration
    [JsonProperty("conflicted")]
    public long Conflicted { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Deleted

    Declaration
    [JsonProperty("deleted")]
    public long Deleted { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Updated

    Declaration
    [JsonProperty("updated")]
    public long Updated { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX