Table of Contents

Class MutableProps

Namespace
FoundationaLLM.Common.Models.AzureAIService
Assembly
FoundationaLLM.Common.dll
public class MutableProps
Inheritance
MutableProps
Inherited Members
Extension Methods

Properties

AutoDeleteSetting

[JsonPropertyName("autoDeleteSetting")]
public object AutoDeleteSetting { get; set; }

Property Value

object

DataExpiryTime

[JsonPropertyName("dataExpiryTime")]
public object DataExpiryTime { get; set; }

Property Value

object

Description

[JsonPropertyName("description")]
public object Description { get; set; }

Property Value

object

IsArchived

[JsonPropertyName("isArchived")]
public bool IsArchived { get; set; }

Property Value

bool

Stage

[JsonPropertyName("stage")]
public string Stage { get; set; }

Property Value

string

Tags

[JsonPropertyName("tags")]
public object Tags { get; set; }

Property Value

object