class

Gitlab::System::ProjectUpdate

Inherits Gitlab::Event < JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)

Instance methods

created_at

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

name
name=(name : String)
old_path_with_namespace
old_path_with_namespace=(old_path_with_namespace : String | Nil)
owner_email
owner_email=(owner_email : String)
owner_name
owner_name=(owner_name : String)
path
path=(path : String)
path_with_namespace
path_with_namespace=(path_with_namespace : String)
project_id
project_id=(project_id : Int32)
project_visibility
project_visibility=(project_visibility : String)
updated_at
updated_at=(updated_at : Time)