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

io.github.sashirestela.openai.common.DeletedObject Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show newest version
package io.github.sashirestela.openai.common;

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.ToString;

@NoArgsConstructor
@Getter
@ToString
public class DeletedObject {

    private String id;
    private String object;
    private Boolean deleted;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy