gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/gitee/model_tree_basic.go (about)

     1  /*
     2   * 码云 Open API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 5.3.2
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package gitee
    11  
    12  type TreeBasic struct {
    13  	Path  string `json:"path,omitempty"`
    14  	Mode  string `json:"mode,omitempty"`
    15  	Type_ string `json:"type,omitempty"`
    16  	Sha   string `json:"sha,omitempty"`
    17  	Size  int32  `json:"size,omitempty"`
    18  	Url   string `json:"url,omitempty"`
    19  }