About interfaces
Interfaces serve as parent objects from which other objects can inherit.
For example, Lockable is an interface because both Issue and PullRequest objects can be locked. An interface has its own list of named fields that are shared by implementing objects.
For more information, see "Implementation."
Actor
Represents an object which can take actions on GitHub. Typically a User or Bot.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
A URL pointing to the actor's public avatar. Argumentos
The size of the resulting square image. |
|
The username of the actor. |
|
The HTTP path for this actor. |
|
The HTTP URL for this actor. |
Assignable
An object that can have users assigned to it.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
A list of Users assigned to this object. |
AuditEntry
An entry in the audit log.
Aviso de pré-visualização
AuditEntry is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryOauthApplicationCreateAuditEntryOrgAddBillingManagerAuditEntryOrgAddMemberAuditEntryOrgBlockUserAuditEntryOrgConfigDisableCollaboratorsOnlyAuditEntryOrgConfigEnableCollaboratorsOnlyAuditEntryOrgDisableOauthAppRestrictionsAuditEntryOrgDisableSamlAuditEntryOrgDisableTwoFactorRequirementAuditEntryOrgEnableOauthAppRestrictionsAuditEntryOrgEnableSamlAuditEntryOrgEnableTwoFactorRequirementAuditEntryOrgInviteMemberAuditEntryOrgInviteToBusinessAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgRemoveBillingManagerAuditEntryOrgRemoveMemberAuditEntryOrgRemoveOutsideCollaboratorAuditEntryOrgRestoreMemberAuditEntryOrgUnblockUserAuditEntryOrgUpdateDefaultRepositoryPermissionAuditEntryOrgUpdateMemberAuditEntryOrgUpdateMemberRepositoryCreationPermissionAuditEntryOrgUpdateMemberRepositoryInvitationPermissionAuditEntryPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepoAccessAuditEntryRepoAddMemberAuditEntryRepoConfigDisableAnonymousGitAccessAuditEntryRepoConfigDisableCollaboratorsOnlyAuditEntryRepoConfigDisableContributorsOnlyAuditEntryRepoConfigDisableSockpuppetDisallowedAuditEntryRepoConfigEnableAnonymousGitAccessAuditEntryRepoConfigEnableCollaboratorsOnlyAuditEntryRepoConfigEnableContributorsOnlyAuditEntryRepoConfigEnableSockpuppetDisallowedAuditEntryRepoConfigLockAnonymousGitAccessAuditEntryRepoConfigUnlockAnonymousGitAccessAuditEntryRepoRemoveMemberAuditEntryRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntryTeamAddMemberAuditEntryTeamAddRepositoryAuditEntryTeamChangeParentTeamAuditEntryTeamRemoveMemberAuditEntryTeamRemoveRepositoryAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The action name. |
|
The user who initiated the action. |
|
The IP address of the actor. |
|
A readable representation of the actor's location. Aviso de pré-visualização
|
|
The username of the user who initiated the action. |
|
The HTTP path for the actor. |
|
The HTTP URL for the actor. |
|
The time the action was initiated. |
|
The user affected by the action. |
|
For actions involving two users, the actor is the initiator and the user is the affected user. |
|
The HTTP path for the user. |
|
The HTTP URL for the user. |
Closable
An object that can be closed.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
|
|
Identifies the date and time when the object was closed. |
Comment
Represents a comment.
Implementado por
CommitCommentGistCommentIssueIssueCommentPullRequestPullRequestReviewPullRequestReviewCommentTeamDiscussionTeamDiscussionComment
Campos
| Nome | Descrição |
|---|---|
|
The actor who authored the comment. |
|
Author's association with the subject of the comment. |
|
The body as Markdown. |
|
The body rendered to HTML. |
|
The body rendered to text. |
|
Identifies the date and time when the object was created. |
|
Check if this comment was created via an email reply. |
|
The actor who edited the comment. |
|
Check if this comment was edited and includes an edit with the creation data. |
|
The moment the editor made the last edit. |
|
Identifies when the comment was published at. |
|
Identifies the date and time when the object was last updated. |
|
A list of edits to this content. |
|
Did the viewer author this comment. |
Contribution
Represents a contribution a user made on GitHub, such as opening an issue.
Implementado por
CreatedCommitContributionCreatedIssueContributionCreatedPullRequestContributionCreatedPullRequestReviewContributionCreatedRepositoryContributionJoinedGitHubContributionRestrictedContribution
Campos
| Nome | Descrição |
|---|---|
|
Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
|
When this contribution was made. |
|
The HTTP path for this contribution. |
|
The HTTP URL for this contribution. |
|
The user who made this contribution. |
Deletable
Entities that can be deleted.
Implementado por
CommitCommentGistCommentIssueCommentPullRequestReviewPullRequestReviewCommentTeamDiscussionTeamDiscussionComment
Campos
| Nome | Descrição |
|---|---|
|
Check if the current viewer can delete this object. |
EnterpriseAuditEntryData
Metadata for an audit entry containing enterprise account information.
Aviso de pré-visualização
EnterpriseAuditEntryData is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryOrgInviteToBusinessAuditEntryPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The HTTP path for this enterprise. |
|
The slug of the enterprise. |
|
The HTTP URL for this enterprise. |
GitObject
Represents a Git object.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
An abbreviated version of the Git object ID. |
|
The HTTP path for this Git object. |
|
The HTTP URL for this Git object. |
|
The Git object ID. |
|
The Repository the Git object belongs to. |
GitSignature
Information about a signature (GPG or S/MIME) on a Commit or Tag.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Email used to sign this object. |
|
True if the signature is valid and verified by GitHub. |
|
Payload for GPG signing object. Raw ODB object without the signature header. |
|
ASCII-armored signature header from object. |
|
GitHub user corresponding to the email signing this commit. |
|
The state of this signature. |
|
True if the signature was made with GitHub's signing key. |
HovercardContext
An individual line of a hovercard.
Aviso de pré-visualização
HovercardContext is available under the Hovercards preview. During the preview period, the API may change without notice.
Implementado por
GenericHovercardContextOrganizationTeamsHovercardContextOrganizationsHovercardContextReviewStatusHovercardContextViewerHovercardContext
Campos
| Nome | Descrição |
|---|---|
|
A string describing this context. |
|
An octicon to accompany this context. |
Labelable
An object that can have labels assigned to it.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
A list of labels associated with the object. |
Lockable
An object that can be locked.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Reason that the conversation was locked. |
|
|
MemberStatusable
Entities that have members who can set status messages.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Get the status messages members of this entity have set that are either public or visible only to the organization. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Ordering options for user statuses returned from the connection. |
Minimizable
Entities that can be minimized.
Aviso de pré-visualização
Minimizable is available under the Minimize comments preview. During the preview period, the API may change without notice.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Returns whether or not a comment has been minimized. |
|
Returns why the comment was minimized. |
|
Check if the current viewer can minimize this object. |
Node
An object with an ID.
Implementado por
AddedToProjectEventAppAssignedEventBaseRefChangedEventBaseRefForcePushedEventBlobBotBranchProtectionRuleCheckRunCheckSuiteClosedEventCodeOfConductCommentDeletedEventCommitCommitCommentCommitCommentThreadConvertedNoteToIssueEventCrossReferencedEventDemilestonedEventDeployKeyDeployedEventDeploymentDeploymentEnvironmentChangedEventDeploymentStatusExternalIdentityGistGistCommentHeadRefDeletedEventHeadRefForcePushedEventHeadRefRestoredEventIssueIssueCommentLabelLabeledEventLanguageLicenseLockedEventMannequinMembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryMentionedEventMergedEventMilestoneMilestonedEventMovedColumnsInProjectEventOauthApplicationCreateAuditEntryOrgAddBillingManagerAuditEntryOrgAddMemberAuditEntryOrgBlockUserAuditEntryOrgConfigDisableCollaboratorsOnlyAuditEntryOrgConfigEnableCollaboratorsOnlyAuditEntryOrgDisableOauthAppRestrictionsAuditEntryOrgDisableSamlAuditEntryOrgDisableTwoFactorRequirementAuditEntryOrgEnableOauthAppRestrictionsAuditEntryOrgEnableSamlAuditEntryOrgEnableTwoFactorRequirementAuditEntryOrgInviteMemberAuditEntryOrgInviteToBusinessAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgRemoveBillingManagerAuditEntryOrgRemoveMemberAuditEntryOrgRemoveOutsideCollaboratorAuditEntryOrgRestoreMemberAuditEntryOrgUnblockUserAuditEntryOrgUpdateDefaultRepositoryPermissionAuditEntryOrgUpdateMemberAuditEntryOrgUpdateMemberRepositoryCreationPermissionAuditEntryOrgUpdateMemberRepositoryInvitationPermissionAuditEntryOrganizationOrganizationIdentityProviderOrganizationInvitationPinnedEventPinnedIssuePrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryProjectProjectCardProjectColumnPublicKeyPullRequestPullRequestCommitPullRequestCommitCommentThreadPullRequestReviewPullRequestReviewCommentPullRequestReviewThreadPushPushAllowanceReactionReadyForReviewEventRefReferencedEventReleaseReleaseAssetRemovedFromProjectEventRenamedTitleEventReopenedEventRepoAccessAuditEntryRepoAddMemberAuditEntryRepoConfigDisableAnonymousGitAccessAuditEntryRepoConfigDisableCollaboratorsOnlyAuditEntryRepoConfigDisableContributorsOnlyAuditEntryRepoConfigDisableSockpuppetDisallowedAuditEntryRepoConfigEnableAnonymousGitAccessAuditEntryRepoConfigEnableCollaboratorsOnlyAuditEntryRepoConfigEnableContributorsOnlyAuditEntryRepoConfigEnableSockpuppetDisallowedAuditEntryRepoConfigLockAnonymousGitAccessAuditEntryRepoConfigUnlockAnonymousGitAccessAuditEntryRepoRemoveMemberAuditEntryRepositoryRepositoryInvitationRepositoryTopicRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntryRepositoryVulnerabilityAlertReviewDismissalAllowanceReviewDismissedEventReviewRequestReviewRequestRemovedEventReviewRequestedEventSecurityAdvisoryStatusStatusContextSubscribedEventTagTeamTeamAddMemberAuditEntryTeamAddRepositoryAuditEntryTeamChangeParentTeamAuditEntryTeamDiscussionTeamDiscussionCommentTeamRemoveMemberAuditEntryTeamRemoveRepositoryAuditEntryTopicTransferredEventTreeUnassignedEventUnlabeledEventUnlockedEventUnpinnedEventUnsubscribedEventUserUserBlockedEventUserContentEditUserStatus
Campos
| Nome | Descrição |
|---|---|
|
ID of the object. |
OauthApplicationAuditEntryData
Metadata for an audit entry with action oauth_application.*.
Aviso de pré-visualização
OauthApplicationAuditEntryData is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
OauthApplicationCreateAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The name of the OAuth Application. |
|
The HTTP path for the OAuth Application. |
|
The HTTP URL for the OAuth Application. |
OrganizationAuditEntryData
Metadata for an audit entry with action org.*.
Aviso de pré-visualização
OrganizationAuditEntryData is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryOauthApplicationCreateAuditEntryOrgAddBillingManagerAuditEntryOrgAddMemberAuditEntryOrgBlockUserAuditEntryOrgConfigDisableCollaboratorsOnlyAuditEntryOrgConfigEnableCollaboratorsOnlyAuditEntryOrgDisableOauthAppRestrictionsAuditEntryOrgDisableSamlAuditEntryOrgDisableTwoFactorRequirementAuditEntryOrgEnableOauthAppRestrictionsAuditEntryOrgEnableSamlAuditEntryOrgEnableTwoFactorRequirementAuditEntryOrgInviteMemberAuditEntryOrgInviteToBusinessAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgRemoveBillingManagerAuditEntryOrgRemoveMemberAuditEntryOrgRemoveOutsideCollaboratorAuditEntryOrgRestoreMemberAuditEntryOrgRestoreMemberMembershipOrganizationAuditEntryDataOrgUnblockUserAuditEntryOrgUpdateDefaultRepositoryPermissionAuditEntryOrgUpdateMemberAuditEntryOrgUpdateMemberRepositoryCreationPermissionAuditEntryOrgUpdateMemberRepositoryInvitationPermissionAuditEntryPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepoAccessAuditEntryRepoAddMemberAuditEntryRepoConfigDisableAnonymousGitAccessAuditEntryRepoConfigDisableCollaboratorsOnlyAuditEntryRepoConfigDisableContributorsOnlyAuditEntryRepoConfigDisableSockpuppetDisallowedAuditEntryRepoConfigEnableAnonymousGitAccessAuditEntryRepoConfigEnableCollaboratorsOnlyAuditEntryRepoConfigEnableContributorsOnlyAuditEntryRepoConfigEnableSockpuppetDisallowedAuditEntryRepoConfigLockAnonymousGitAccessAuditEntryRepoConfigUnlockAnonymousGitAccessAuditEntryRepoRemoveMemberAuditEntryRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntryTeamAddMemberAuditEntryTeamAddRepositoryAuditEntryTeamChangeParentTeamAuditEntryTeamRemoveMemberAuditEntryTeamRemoveRepositoryAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The Organization associated with the Audit Entry. |
|
The name of the Organization. |
|
The HTTP path for the organization. |
|
The HTTP URL for the organization. |
ProfileOwner
Represents any entity on GitHub that has a profile page.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Determine if this repository owner has any items that can be pinned to their profile. Argumentos
Filter to only a particular kind of pinnable item. |
|
The public profile email. |
|
Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. |
|
The public profile location. |
|
The username used to login. |
|
The public profile name. |
|
A list of repositories and gists this profile owner can pin to their profile. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Filter the types of pinnable items that are returned. |
|
A list of repositories and gists this profile owner has pinned to their profile. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Filter the types of pinned items that are returned. |
|
Returns how many more items this profile owner can pin to their profile. |
|
Can the viewer pin repositories and gists to the profile?. |
|
The public profile website URL. |
ProjectOwner
Represents an owner of a Project.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Find project by number. Argumentos
The project number to find. |
|
A list of projects under the owner. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Ordering options for projects returned from the connection.
Query to search projects by, currently only searching by name.
A list of states to filter the projects by. |
|
The HTTP path listing owners projects. |
|
The HTTP URL listing owners projects. |
|
Can the current viewer create new projects on this owner. |
Reactable
Represents a subject that can be reacted on.
Implementado por
CommitCommentIssueIssueCommentPullRequestPullRequestReviewPullRequestReviewCommentTeamDiscussionTeamDiscussionComment
Campos
| Nome | Descrição |
|---|---|
|
Identifies the primary key from the database. |
|
A list of reactions grouped by content left on the subject. |
|
A list of Reactions left on the Issue. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Allows filtering Reactions by emoji.
Returns the first n elements from the list.
Returns the last n elements from the list.
Allows specifying the order in which reactions are returned. |
|
Can user react to this subject. |
RegistryPackageOwner
Represents an owner of a registry package.
RegistryPackageSearch
Represents an interface to search packages on an object.
RepositoryAuditEntryData
Metadata for an audit entry with action repo.*.
Aviso de pré-visualização
RepositoryAuditEntryData is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
OrgRestoreMemberMembershipRepositoryAuditEntryDataPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepoAccessAuditEntryRepoAddMemberAuditEntryRepoConfigDisableAnonymousGitAccessAuditEntryRepoConfigDisableCollaboratorsOnlyAuditEntryRepoConfigDisableContributorsOnlyAuditEntryRepoConfigDisableSockpuppetDisallowedAuditEntryRepoConfigEnableAnonymousGitAccessAuditEntryRepoConfigEnableCollaboratorsOnlyAuditEntryRepoConfigEnableContributorsOnlyAuditEntryRepoConfigEnableSockpuppetDisallowedAuditEntryRepoConfigLockAnonymousGitAccessAuditEntryRepoConfigUnlockAnonymousGitAccessAuditEntryRepoRemoveMemberAuditEntryTeamAddRepositoryAuditEntryTeamRemoveRepositoryAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The repository associated with the action. |
|
The name of the repository. |
|
The HTTP path for the repository. |
|
The HTTP URL for the repository. |
RepositoryInfo
A subset of repository info.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Identifies the date and time when the object was created. |
|
The description of the repository. |
|
The description of the repository rendered to HTML. |
|
Returns how many forks there are of this repository in the whole network. |
|
Indicates if the repository has anonymous Git read access feature enabled. |
|
Indicates if the repository has issues feature enabled. |
|
Indicates if the repository has wiki feature enabled. |
|
The repository's URL. |
|
Indicates if the repository is unmaintained. |
|
Identifies if the repository is a fork. |
|
Indicates if the repository has been locked or not. |
|
Identifies if the repository is a mirror. |
|
Identifies if the repository is private. |
|
Identifies if the repository is a template that can be used to generate new repositories. |
|
The license associated with the repository. |
|
The reason the repository has been locked. |
|
The repository's original mirror URL. |
|
The name of the repository. |
|
The repository's name with owner. |
|
The image used to represent this repository in Open Graph data. |
|
The User owner of the repository. |
|
Identifies when the repository was last pushed to. |
|
The HTTP path for this repository. |
|
A description of the repository, rendered to HTML without any links in it. Argumentos |
|
Identifies the date and time when the object was last updated. |
|
The HTTP URL for this repository. |
|
Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. |
RepositoryNode
Represents a object that belongs to a repository.
Implementado por
CommitCommentCommitCommentThreadIssueIssueCommentPullRequestPullRequestCommitCommentThreadPullRequestReviewPullRequestReviewCommentRepositoryVulnerabilityAlert
Campos
| Nome | Descrição |
|---|---|
|
The repository associated with this node. |
RepositoryOwner
Represents an owner of a Repository.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
A URL pointing to the owner's public avatar. Argumentos
The size of the resulting square image. |
|
The username used to login. |
|
A list of repositories this user has pinned to their profile. Aviso de descontinuação
pinnedRepositories will be removed Use ProfileOwner.pinnedItems instead. Removal on 2019-10-01 UTC. Argumentos
Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
If non-null, filters repositories according to whether they have been locked.
Returns the last n elements from the list.
Ordering options for repositories returned from the connection.
Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.
If non-null, filters repositories according to privacy. |
|
A list of repositories that the user owns. Argumentos
Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
If non-null, filters repositories according to whether they are forks of another repository.
If non-null, filters repositories according to whether they have been locked.
Returns the last n elements from the list.
Ordering options for repositories returned from the connection.
Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.
If non-null, filters repositories according to privacy. |
|
Find Repository. Argumentos
Name of Repository to find. |
|
The HTTP URL for the owner. |
|
The HTTP URL for the owner. |
Starrable
Things that can be starred.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
A list of users who have starred this starrable. Argumentos
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Order for connection. |
|
Returns a boolean indicating whether the viewing user has starred this starrable. |
Subscribable
Entities that can be subscribed to for web and email notifications.
Implementado por
Campos
| Nome | Descrição |
|---|---|
|
Check if the viewer is able to change their subscription status for the repository. |
|
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
TeamAuditEntryData
Metadata for an audit entry with action team.*.
Aviso de pré-visualização
TeamAuditEntryData is available under the Audit log preview. During the preview period, the API may change without notice.
Implementado por
OrgRestoreMemberMembershipTeamAuditEntryDataTeamAddMemberAuditEntryTeamAddRepositoryAuditEntryTeamChangeParentTeamAuditEntryTeamRemoveMemberAuditEntryTeamRemoveRepositoryAuditEntry
Campos
| Nome | Descrição |
|---|---|
|
The team associated with the action. |
|
The name of the team. |
|
The HTTP path for this team. |
|
The HTTP URL for this team. |
UniformResourceLocatable
Represents a type that can be retrieved by a URL.
Implementado por
BotCheckRunClosedEventCommitCrossReferencedEventIssueMannequinMergedEventMilestoneOrganizationPullRequestPullRequestCommitReadyForReviewEventReleaseRepositoryRepositoryTopicReviewDismissedEventTeamDiscussionTeamDiscussionCommentUser
Campos
| Nome | Descrição |
|---|---|
|
The HTML path to this resource. |
|
The URL to this resource. |
Updatable
Entities that can be updated.
Implementado por
CommitCommentGistCommentIssueIssueCommentProjectPullRequestPullRequestReviewPullRequestReviewCommentTeamDiscussionTeamDiscussionComment
Campos
| Nome | Descrição |
|---|---|
|
Check if the current viewer can update this object. |
UpdatableComment
Comments that can be updated.
Implementado por
CommitCommentGistCommentIssueIssueCommentPullRequestPullRequestReviewPullRequestReviewCommentTeamDiscussionTeamDiscussionComment
Campos
| Nome | Descrição |
|---|---|
|
Reasons why the current viewer can not update this comment. |