Location
public struct Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the file being compared, including its extension and subdirectory, if any.
Declaration
Swift
public let filePath: String?
-
The position of a change in a compared file, in line number format.
Declaration
Swift
public let filePosition: Int64?
-
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
Declaration
Swift
public let relativeFileVersion: RelativeFileVersionEnum?
-
Undocumented
Declaration
Swift
public init(filePath: String? = nil, filePosition: Int64? = nil, relativeFileVersion: RelativeFileVersionEnum? = nil)