struct

Octokit::Models::AuthorizationUpdateRequest

Inherits Struct < Value < Object

Constructors

new(scopes : Array(String), add_scopes : Array(String), remove_scopes : Array(String), note : String, note_url : String, fingerprint : String)
new(__temp_1100 : JSON::PullParser)

Instance methods

add_scopes
add_scopes=(_add_scopes : Array(String))
fingerprint
fingerprint=(_fingerprint : String)
note
note=(_note : String)
note_url
note_url=(_note_url : String)
remove_scopes
remove_scopes=(_remove_scopes : Array(String))
scopes
scopes=(_scopes : Array(String))
to_json(json : JSON::Builder)