struct Octokit::Models::NewTeam

Defined in:

octokit/models/teams.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, description : String, maintainers : Array(String), repo_names : Array(String), parent_team_id : Int64, permission : String, privacy : String, ldap_dn : Union(String, Nil)) #

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

Instance Method Detail

def description : String #

def description=(_description : String) #

def ldap_dn : Union(String, Nil) #

def ldap_dn=(_ldap_dn : Union(String, Nil)) #

def maintainers : Array(String) #

def maintainers=(_maintainers : Array(String)) #

def name : String #

def name=(_name : String) #

def parent_team_id : Int64 #

def parent_team_id=(_parent_team_id : Int64) #

def permission : String #

def permission=(_permission : String) #

def privacy : String #

def privacy=(_privacy : String) #

def repo_names : Array(String) #

def repo_names=(_repo_names : Array(String)) #

def to_json(json : JSON::Builder) #