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

     1  /*
     2   * vsourcedeploy
     3   *
     4   * <br/>https://vpcsourcedeploy.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vsourcedeploy
    10  
    11  type ScenarioConfigManifest struct {
    12  
    13  Type_ *string `json:"type,omitempty"`
    14  
    15  Repository *string `json:"repository,omitempty"`
    16  
    17  Branch *string `json:"branch,omitempty"`
    18  
    19  Path []*string `json:"path,omitempty"`
    20  }