github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vsourcepipeline/get_sd_scenario_response_result_source_target.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 GetSdScenarioResponseResultSourceTarget struct {
    12  	ProjectName *string `json:"projectName,omitempty"`
    13  
    14  	Manifest []*string `json:"manifest,omitempty"`
    15  
    16  	File *string `json:"file,omitempty"`
    17  }