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

com.purbon.kafka.topology.api.ccloud.response.ResourceMetadataResponse Maven / Gradle / Ivy

Go to download

A helper project for Kafka Platform teams to build an automated Topic, Configuration, Schemas, and more, Management solution.

The newest version!
package com.purbon.kafka.topology.api.ccloud.response;

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@Getter
@Setter
@NoArgsConstructor
public class ResourceMetadataResponse {

  private String self;
  private String resource_name;
  private String created_at;
  private String updated_at;
  private String deleted_at;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy