struct Octokit::Models::TeamLDAPMapping

Defined in:

octokit/models/admin.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, ldap_dn : String, url : String, name : String, slug : String, description : String, privacy : String, permission : String, members_url : String, repositories_url : String) #

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

Instance Method Detail

def description : String #

def description=(_description : String) #

def id : Int64 #

def id=(_id : Int64) #

def ldap_dn : String #

def ldap_dn=(_ldap_dn : String) #

def members_url : String #

def members_url=(_members_url : String) #

def name : String #

def name=(_name : String) #

def permission : String #

def permission=(_permission : String) #

def privacy : String #

def privacy=(_privacy : String) #

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) #