github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/sourcepipeline/get_schedule_trigger.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 sourcepipeline
    10  
    11  type GetScheduleTrigger struct {
    12  	Day []*string `json:"day,omitempty"`
    13  
    14  	Time *string `json:"time,omitempty"`
    15  
    16  	TimeZone *string `json:"timeZone,omitempty"`
    17  
    18  	ScheduleOnlyWithChange *bool `json:"scheduleOnlyWithChange,omitempty"`
    19  }