github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vsourcedeploy/get_deploy_history_detail_response.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 GetDeployHistoryDetailResponse struct {
    12  
    13  Project *GetIdNameResponse `json:"project,omitempty"`
    14  
    15  Stage *GetIdNameResponse `json:"stage,omitempty"`
    16  
    17  Scenario *GetIdNameResponse `json:"scenario,omitempty"`
    18  
    19  Id *string `json:"id,omitempty"`
    20  
    21  Status *string `json:"status,omitempty"`
    22  
    23  Strategy *string `json:"strategy,omitempty"`
    24  
    25  Executor *string `json:"executor,omitempty"`
    26  
    27  StartTime *int32 `json:"startTime,omitempty"`
    28  
    29  EndTime *int32 `json:"endTime,omitempty"`
    30  
    31  Type_ *string `json:"type,omitempty"`
    32  
    33  Config []*GetDeployHistoryDetailResponseConfig `json:"config,omitempty"`
    34  }