github.com/launchdarkly/api-client-go@v5.3.0+incompatible/model_copy_actions.go (about)

     1  /*
     2   * LaunchDarkly REST API
     3   *
     4   * Build custom integrations with the LaunchDarkly REST API
     5   *
     6   * API version: 5.3.0
     7   * Contact: support@launchdarkly.com
     8   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     9   */
    10  
    11  package ldapi
    12  
    13  type CopyActions string
    14  
    15  // List of CopyActions
    16  const (
    17  	UPDATE_ON_CopyActions CopyActions = "updateOn"
    18  	UPDATE_PREREQUISITES_CopyActions CopyActions = "updatePrerequisites"
    19  	UPDATE_TARGETS_CopyActions CopyActions = "updateTargets"
    20  	UPDATE_RULES_CopyActions CopyActions = "updateRules"
    21  	UPDATE_FALLTHROUGH_CopyActions CopyActions = "updateFallthrough"
    22  	UPDATE_OFF_VARIATION_CopyActions CopyActions = "updateOffVariation"
    23  )