MergeOperations
public struct MergeOperations : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The operation on a file in the destination of a merge or pull request.
Declaration
Swift
public let destination: ChangeTypeEnum? -
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
Declaration
Swift
public let source: ChangeTypeEnum? -
Undocumented
Declaration
Swift
public init(destination: ChangeTypeEnum? = nil, source: ChangeTypeEnum? = nil)
View on GitHub
MergeOperations Structure Reference