RepositoryKey

class github.RepositoryKey.RepositoryKey

This class represents RepositoryKeys. The reference can be found here https://docs.github.com/en/rest/reference/repos#deploy-keys

created_at
Type:datetime.datetime
id
Type:integer
key
Type:string
title
Type:string
url
Type:string
verified
Type:bool
read_only
Type:bool
delete()
Calls:DELETE /repos/{owner}/{repo}/keys/{id}
Return type:None