github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/sourcepipeline/create_project_response.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 CreateProjectResponse struct {
    12  	ProjectId *int32 `json:"projectId,omitempty"`
    13  }