Class ObjectQueryResult
- Namespace
- FoundationaLLM.Common.Models.Authentication
- Assembly
- FoundationaLLM.Common.dll
The result of an object query.
public class ObjectQueryResult
- Inheritance
-
ObjectQueryResult
- Inherited Members
- Extension Methods
Properties
DisplayName
The display name of the object.
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
User account email address.
[JsonPropertyName("email")]
public string? Email { get; set; }
Property Value
Id
The unique identifier of the object.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
ObjectType
The type of the object.
[JsonPropertyName("object_type")]
public string? ObjectType { get; set; }