struct Octokit::Models::TeamLDAPMapping
- Octokit::Models::TeamLDAPMapping
- Struct
- Value
- Object
Defined in:
octokit/models/admin.crConstructors
- .new(id : Int64, ldap_dn : String, url : String, name : String, slug : String, description : String, privacy : String, permission : String, members_url : String, repositories_url : String)
- .new(__temp_679 : JSON::PullParser)
Instance Method Summary
- #description : String
- #description=(_description : String)
- #id : Int64
- #id=(_id : Int64)
- #ldap_dn : String
- #ldap_dn=(_ldap_dn : String)
- #members_url : String
- #members_url=(_members_url : String)
- #name : String
- #name=(_name : String)
- #permission : String
- #permission=(_permission : String)
- #privacy : String
- #privacy=(_privacy : String)
- #repositories_url : String
- #repositories_url=(_repositories_url : String)
- #slug : String
- #slug=(_slug : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
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)
#