struct Octokit::Models::CreateTagRequest

Defined in:

octokit/models/git_tags.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : String, message : String, object : String, type : String, tagger : CommitAuthor) #

def self.new(__temp_1722 : JSON::PullParser) #

Instance Method Detail

def message : String #

def message=(_message : String) #

def object : String #

def object=(_object : String) #

def tag : String #

def tag=(_tag : String) #

def tagger : CommitAuthor #

def tagger=(_tagger : CommitAuthor) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #