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

     1  /*
     2   * sourcepipeline
     3   *
     4   * <br/>https://sourcepipeline.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package sourcepipeline
    10  
    11  type CreateProjectTasks struct {
    12  	Name *string `json:"name"`
    13  
    14  	Type_ *string `json:"type"`
    15  
    16  	Config *CreateProjectConfig `json:"config"`
    17  
    18  	LinkedTasks []*string `json:"linkedTasks"`
    19  }