PullRequestMergedStateChangedEventMetadata
public struct PullRequestMergedStateChangedEventMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the branch that the pull request is merged into.
Declaration
Swift
public let destinationReference: String?
-
Information about the merge state change event.
Declaration
Swift
public let mergeMetadata: MergeMetadata?
-
The name of the repository where the pull request was created.
Declaration
Swift
public let repositoryName: String?
-
Undocumented
Declaration
Swift
public init(destinationReference: String? = nil, mergeMetadata: MergeMetadata? = nil, repositoryName: String? = nil)