/* * 码云 Open API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 5.3.2 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package gitee type NamespaceMini struct { Id int32 `json:"id,omitempty"` Type_ string `json:"type,omitempty"` Name string `json:"name,omitempty"` Path string `json:"path,omitempty"` HtmlUrl string `json:"html_url,omitempty"` }