Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
PROC-1528: Add payload experiment config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygoodwin committed May 29, 2024
1 parent 4af51ad commit ab37af2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package com.indeed.proctor.common.model;

import lombok.Builder;
import lombok.Data;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.List;

@Data
@Builder
public class PayloadExperimentConfig {
@Nullable String priority;
@Nonnull List<String> namespace;
Expand Down

0 comments on commit ab37af2

Please sign in to comment.