Table of Contents

Class AssistantFileResponse

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll
public class AssistantFileResponse : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IOpenAiModels.IId, IOpenAiModels.ICreatedAt, IEquatable<AssistantFileResponse>
Inheritance
System.Object
AssistantFileResponse
Implements
System.IEquatable<ObjectBaseResponse>
System.IEquatable<BaseResponse>
System.IEquatable<AssistantFileResponse>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

AssistantId

The Unix timestamp (in seconds) for when the assistant file was created.

[JsonPropertyName("assistant_id")]
public string AssistantId { get; set; }

Property Value

System.String

CreatedAt

The Unix timestamp (in seconds) for when the assistant file was created.

[JsonPropertyName("created_at")]
public int CreatedAt { get; set; }

Property Value

System.Int32

Id

The identifier, which can be referenced in API endpoints.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

System.String