Skip to main content

GitHubIssueCommentOutcome

Type Alias GitHubIssueCommentOutcome 

Source
pub type GitHubIssueCommentOutcome = HostedIssueCommentOutcome;
Expand description

Shared issue-comment outcome type for GitHub issue release comments.

Aliased Type§

pub struct GitHubIssueCommentOutcome {
    pub repository: String,
    pub issue_id: String,
    pub operation: HostedIssueCommentOperation,
    pub url: Option<String>,
}

Fields§

§repository: String§issue_id: String§operation: HostedIssueCommentOperation§url: Option<String>