メインコンテンツまでスキップ

GitHubRepositoryInteractionAbility

Repository interaction limit that applies to this object.

type GitHubRepositoryInteractionAbility {
expiresAt: DateTime
limit: GitHubRepositoryInteractionLimit!
origin: GitHubRepositoryInteractionLimitOrigin!
}

Fields

GitHubRepositoryInteractionAbility.expiresAt ● DateTime scalar

The time the currently active limit expires.

GitHubRepositoryInteractionAbility.limit ● GitHubRepositoryInteractionLimit! non-null enum

The current limit that is enabled on this object.

GitHubRepositoryInteractionAbility.origin ● GitHubRepositoryInteractionLimitOrigin! non-null enum

The origin of the currently active interaction limit.

Member of

GitHubRepository object