class Gitlab::System::UserRemoveFromTeam
- Gitlab::System::UserRemoveFromTeam
- Gitlab::Event
- Reference
- Object
Defined in:
webhooks/system.crConstructors
Instance Method Summary
- #access_level : String | Nil
- #access_level=(access_level : String | Nil)
-
#created_at : Time
https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233
-
#created_at=(created_at : Time)
https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233
- #project_access : String | Nil
- #project_access=(project_access : String | Nil)
- #project_id : Int32
- #project_id=(project_id : Int32)
- #project_name : String
- #project_name=(project_name : String)
- #project_path : String
- #project_path=(project_path : String)
- #project_path_with_namespace : String
- #project_path_with_namespace=(project_path_with_namespace : String)
- #project_visibility : String
- #project_visibility=(project_visibility : String)
- #updated_at : Time
- #updated_at=(updated_at : Time)
- #user_email : String
- #user_email=(user_email : String)
- #user_id : Int32
- #user_id=(user_id : Int32)
- #user_name : String
- #user_name=(user_name : String)
- #user_username : String
- #user_username=(user_username : String)
Instance methods inherited from class Gitlab::Event
event_name : String | Nil
event_name,
event_name=(event_name : String | Nil)
event_name=,
event_type : String | Nil
event_type,
event_type=(event_type : String | Nil)
event_type=,
object_kind : String | Nil
object_kind,
object_kind=(object_kind : String | Nil)
object_kind=
Constructor methods inherited from class Gitlab::Event
new(pull : JSON::PullParser)
new
Macros inherited from class Gitlab::Event
timestamps
timestamps
Constructor Detail
Instance Method Detail
def created_at : Time
#
https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233
def created_at=(created_at : Time)
#
https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233