Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketDiffSegment

    A segment (block of CONTEXT, ADDED, or REMOVED lines) within a hunk

    interface BitbucketDiffSegment {
        lines: BitbucketDiffLine[];
        truncated: boolean;
        type: DiffSegmentType;
    }
    Index

    Properties

    Properties

    truncated: boolean