MergeHunkDetail

public struct MergeHunkDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end position of the hunk in the merge result.

    Declaration

    Swift

    public let endLine: Int?
  • The base-64 encoded content of the hunk merged region that might contain a conflict.

    Declaration

    Swift

    public let hunkContent: String?
  • The start position of the hunk in the merge result.

    Declaration

    Swift

    public let startLine: Int?
  • Undocumented

    Declaration

    Swift

    public init(endLine: Int? = nil, hunkContent: String? = nil, startLine: Int? = nil)