GithubTimelineEvent enum

TimelineEvent.

タイムラインイベント。

Inheritance
Available extensions

Values

addedToProject → const GithubTimelineEvent

Added to project

プロジェクトへの追加。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

assigned → const GithubTimelineEvent

Assigned

担当者の変更。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

commented → const GithubTimelineEvent

Commented

コメント。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

committed → const GithubTimelineEvent

Committed

コミット。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

crossReferenced → const GithubTimelineEvent

Cross-referenced

他のリポジトリへの参照。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

demilestoned → const GithubTimelineEvent

Demilestoned

マイルストーンの削除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

labeled → const GithubTimelineEvent

Labeled

ラベルの追加。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

locked → const GithubTimelineEvent

Locked

ロック。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

milestoned → const GithubTimelineEvent

Milestoned

マイルストーンの追加。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

movedColumnsAcrossProjects → const GithubTimelineEvent

Moved columns across projects

プロジェクト間の列の移動。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

removedFromProject → const GithubTimelineEvent

Removed from project

プロジェクトからの削除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

renamed → const GithubTimelineEvent

Renamed

名前の変更。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

reviewDismissed → const GithubTimelineEvent

Review dismissed

レビューの却下。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

reviewRequested → const GithubTimelineEvent

Review requested

レビューのリクエスト。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

reviewRequestRemoved → const GithubTimelineEvent

Review request removed

レビューのリクエストの削除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

reviewed → const GithubTimelineEvent

Reviewed

レビュー。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

unassigned → const GithubTimelineEvent

Unassigned

担当者の削除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

unlabeled → const GithubTimelineEvent

Unlabeled

ラベルの削除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

pinned → const GithubTimelineEvent

Pinned

ピン留め。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

unlocked → const GithubTimelineEvent

Unlocked

ロック解除。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

unknown → const GithubTimelineEvent

Unknown

不明。

https://docs.github.com/en/rest/issues/timeline?apiVersion=2022-11-28#timeline-events

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toGithubIssueTimelineModelFromTimelineEvent(TimelineEvent event) GithubIssueTimelineModel
Convert a TimelineEvent to a GithubIssueTimelineModel.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String value) GithubTimelineEvent
Convert a string to GithubTimelineEvent.

Constants

values → const List<GithubTimelineEvent>
A constant List of the values in this enum, in order of their declaration.