gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/gitee/model_complete_branch.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  // 创建分支
    13  type CompleteBranch struct {
    14  	Name          string        `json:"name,omitempty"`
    15  	Commit        *BranchCommit `json:"commit,omitempty"`
    16  	Links         string        `json:"_links,omitempty"`
    17  	Protected     string        `json:"protected,omitempty"`
    18  	ProtectionUrl string        `json:"protection_url,omitempty"`
    19  }