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

com.alibaba.dashscope.threads.messages.MessageFile Maven / Gradle / Ivy

The newest version!
package com.alibaba.dashscope.threads.messages;

import com.alibaba.dashscope.common.FlattenResultBase;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
import lombok.EqualsAndHashCode;

/** MessageFile */
@Data
@EqualsAndHashCode(callSuper = true)
public class MessageFile extends FlattenResultBase {

  /**
   * Id
   *
   * 

(Required) */ @SerializedName("id") private String id; /** * Created At * *

(Required) */ @SerializedName("created_at") private Long createdAt; /** * Message Id * *

(Required) */ @SerializedName("message_id") private String messageId; /** * Object * *

(Required) */ @SerializedName("object") private String object = "thread.message.file"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy