Class Project
- Namespace
- Glitch9.AIDevKit.OpenAI.Administration
Renamed from AssistantObject to Assistant (2024.06.14)
public class Project
- Inheritance
-
objectProject
Properties
ArchivedAt
Optional. The Unix timestamp (in seconds) of when the project was archived or null.
public UnixTime? ArchivedAt { get; set; }
Property Value
- UnixTime?
CreatedAt
Required. The Unix timestamp (in seconds) of when the project was created.
public UnixTime CreatedAt { get; set; }
Property Value
- UnixTime
Id
Required. The identifier, which can be referenced in API endpoints
public string Id { get; set; }
Property Value
- string
Name
Required. The name of the project. This appears in reporting.
public string Name { get; set; }
Property Value
- string
Object
Required. The object type, which is always organization.project
public string Object { get; set; }
Property Value
- string
Status
Required. active or archived
public string Status { get; set; }
Property Value
- string