github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/sourcecommit/create_repository.go (about)

     1  /*
     2   * api
     3   *
     4   * <br/>https://sourcecommit.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package sourcecommit
    10  
    11  type CreateRepository struct {
    12  	Name *string `json:"name"`
    13  
    14  	Description *string `json:"description,omitempty"`
    15  
    16  	Linked *CreateRepositoryLinked `json:"linked,omitempty"`
    17  }