class Gitlab::Group
- Gitlab::Group
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/gitlab/models.crConstructors
Instance Method Summary
- #auto_devops_enabled=(auto_devops_enabled : Bool | Nil)
- #auto_devops_enabled? : Bool | Nil
- #avatar_url : String | Nil
- #avatar_url=(avatar_url : String | Nil)
- #created_at : Time
- #created_at=(created_at : Time)
- #description : String
- #description=(description : String)
- #emails_disabled=(emails_disabled : Bool)
- #emails_disabled? : Bool
- #extra_shared_runners_minutes_limit : Int32 | Nil
- #extra_shared_runners_minutes_limit=(extra_shared_runners_minutes_limit : Int32 | Nil)
- #full_name : String
- #full_name=(full_name : String)
- #full_path : String
- #full_path=(full_path : String)
- #id : Int32
- #id=(id : Int32)
- #ldap_access : String | Nil
- #ldap_access=(ldap_access : String | Nil)
- #ldap_cn : String | Nil
- #ldap_cn=(ldap_cn : String | Nil)
- #lfs_enabled=(lfs_enabled : Bool)
- #lfs_enabled? : Bool
- #name : String
- #name=(name : String)
- #parent_id : Int32 | Nil
- #parent_id=(parent_id : Int32 | Nil)
- #path : String
- #path=(path : String)
- #project_creation_level : String
- #project_creation_level=(project_creation_level : String)
- #projects : Array(Project)
- #projects=(projects : Array(Project))
- #request_access_enabled=(request_access_enabled : Bool)
- #request_access_enabled? : Bool
- #require_two_factor_authentication=(require_two_factor_authentication : Bool)
- #require_two_factor_authentication? : Bool
- #share_with_group_lock=(share_with_group_lock : Bool)
- #share_with_group_lock? : Bool
- #shared_projects : Array(JSON::Any | Nil)
- #shared_projects=(shared_projects : Array(JSON::Any | Nil))
- #shared_runners_minutes_limit : Int32 | Nil
- #shared_runners_minutes_limit=(shared_runners_minutes_limit : Int32 | Nil)
- #subgroup_creation_level : String
- #subgroup_creation_level=(subgroup_creation_level : String)
- #two_factor_grace_period : Int32
- #two_factor_grace_period=(two_factor_grace_period : Int32)
- #visibility : String
- #visibility=(visibility : String)
- #web_url : String
- #web_url=(web_url : String)