Model
A model with an integer identifier.
interface Model {
id: Int
}
Fields
Model.id ● Int scalar common
The unique identifier for the model.
Member Of
ModelList interface
Implemented By
App object ● Build object ● DBBackupCopy object ● Deployment object ● Feature object ● GitHubPullRequest object ● IdentityProvider object ● IntegrationCenter object ● Invitation object ● Organization object ● OrganizationAuthDomain object ● Repo object ● Token object ● User object ● UserApplicationRole object ● UserOrganizationRole object