Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DiffSummary

Response object for showing differences for a file between two revisions.

Properties

Optional areConflictsInFile

areConflictsInFile: undefined | false | true

Indicates whether the changed file contains conflicts.

changes

changes: Array<DiffChunk>

List of changed section in the file.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {@code {"bar-key": "value"}}

Optional isBinary

isBinary: undefined | false | true

Indicates whether the file is binary.

Optional isLarge

isLarge: undefined | false | true

Indicates whether the file is large.

Optional newId

newId: undefined | string

The ID of the changed object on the target version.

Optional newPath

newPath: undefined | string

The path on the target version to the changed object.

Optional oldId

oldId: undefined | string

The ID of the changed object on the base version.

Optional oldPath

oldPath: undefined | string

The path on the base version to the changed object.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Functions

getDeserializedJsonObj

getJsonObj