View Source GitHub.Issue.SearchResultItem (GitHub REST API Client v0.0.11)
Provides struct and type for IssueSearchResultItem
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Issue.SearchResultItem{ __info__: map(), active_lock_reason: String.t() | nil, assignee: GitHub.User.simple() | nil, assignees: [GitHub.User.simple()] | nil, author_association: String.t(), body: String.t() | nil, body_html: String.t() | nil, body_text: String.t() | nil, closed_at: String.t() | nil, comments: integer(), comments_url: String.t(), created_at: String.t(), draft: boolean() | nil, events_url: String.t(), html_url: String.t(), id: integer(), labels: [map()], labels_url: String.t(), locked: boolean(), milestone: GitHub.Milestone.t() | nil, node_id: String.t(), number: integer(), performed_via_github_app: GitHub.App.t() | nil, pull_request: map() | nil, reactions: GitHub.Reaction.Rollup.t() | nil, repository: GitHub.Repository.t() | nil, repository_url: String.t(), score: number(), state: String.t(), state_reason: String.t() | nil, text_matches: [map()] | nil, timeline_url: String.t() | nil, title: String.t(), updated_at: String.t(), url: String.t(), user: GitHub.User.simple() | nil }