ApprovalStateChangedEventMetadata
public struct ApprovalStateChangedEventMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The approval status for the pull request.
Declaration
Swift
public let approvalStatus: ApprovalState?
-
The revision ID of the pull request when the approval state changed.
Declaration
Swift
public let revisionId: String?
-
Undocumented
Declaration
Swift
public init(approvalStatus: ApprovalState? = nil, revisionId: String? = nil)