All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ververica.common.model.draft.DraftCommitResult Maven / Gradle / Ivy

package com.ververica.common.model.draft;

import com.ververica.common.model.deployment.Deployment;
import lombok.Data;

@Data
public class DraftCommitResult {
  Boolean success;

  String message;

  Deployment deployment;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy