DescribePullRequestEventsOutput
public struct DescribePullRequestEventsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An enumeration token that can be used in a request to return the next batch of the results.
Declaration
Swift
public let nextToken: String? -
Information about the pull request events.
Declaration
Swift
public let pullRequestEvents: [PullRequestEvent] -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pullRequestEvents: [PullRequestEvent])
View on GitHub
DescribePullRequestEventsOutput Structure Reference