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