PullRequestCreatedEventMetadata

public struct PullRequestCreatedEventMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

    Declaration

    Swift

    public let destinationCommitId: String?
  • The commit ID of the most recent commit that the source branch and the destination branch have in common.

    Declaration

    Swift

    public let mergeBase: String?
  • The name of the repository where the pull request was created.

    Declaration

    Swift

    public let repositoryName: String?
  • The commit ID on the source branch used when the pull request was created.

    Declaration

    Swift

    public let sourceCommitId: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationCommitId: String? = nil, mergeBase: String? = nil, repositoryName: String? = nil, sourceCommitId: String? = nil)