class Octokit::Models::Team

Defined in:

octokit/models/teams.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, name : String, description : String, url : String, slug : String, permission : String, privacy : String, members_count : Int32, repos_count : Int32, organization : Organization, members_url : String, repositories_url : String, parent : Team, ldap_dn : Union(String, Nil)) #

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

Instance Method Detail

def description : String #

def description=(_description : String) #

def id : Int64 #

def id=(_id : Int64) #

def ldap_dn : Union(String, Nil) #

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

def members_count : Int32 #

def members_count=(_members_count : Int32) #

def members_url : String #

def members_url=(_members_url : String) #

def name : String #

def name=(_name : String) #

def node_id : String #

def node_id=(_node_id : String) #

def organization : Organization #

def organization=(_organization : Organization) #

def parent : Team #

def parent=(_parent : Team) #

def permission : String #

def permission=(_permission : String) #

def privacy : String #

def privacy=(_privacy : String) #

def repos_count : Int32 #

def repos_count=(_repos_count : Int32) #

def repositories_url : String #

def repositories_url=(_repositories_url : String) #

def slug : String #

def slug=(_slug : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #