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

     1  /*
     2   * vsourcepipeline
     3   *
     4   * <br/>https://vpcsourcepipeline.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vsourcepipeline
    10  
    11  type CreateProjectConfig struct {
    12  	ProjectId *int32 `json:"projectId,omitempty"`
    13  
    14  	StageId *int32 `json:"stageId,omitempty"`
    15  
    16  	ScenarioId *int32 `json:"scenarioId,omitempty"`
    17  
    18  	Target *CreateProjectConfigTarget `json:"target,omitempty"`
    19  }