Loading projects.go +5 −4 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ type ProjectSharedWithGroup struct { GroupName string `json:"group_name"` GroupFullPath string `json:"group_full_path"` GroupAccessLevel int64 `json:"group_access_level"` ExpiresAt *ISOTime `json:"expires_at"` } // BasicProject included in other service responses (such as todos). Loading Loading
projects.go +5 −4 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ type ProjectSharedWithGroup struct { GroupName string `json:"group_name"` GroupFullPath string `json:"group_full_path"` GroupAccessLevel int64 `json:"group_access_level"` ExpiresAt *ISOTime `json:"expires_at"` } // BasicProject included in other service responses (such as todos). Loading