Table of Contents

Class ResourceName

Namespace
FoundationaLLM.Common.Models.ResourceProviders
Assembly
FoundationaLLM.Common.dll

A named resource with a type.

public class ResourceName
Inheritance
ResourceName
Derived
Inherited Members
Extension Methods

Properties

Name

The name of the resource.

[JsonPropertyName("name")]
[JsonPropertyOrder(-5)]
public virtual required string Name { get; set; }

Property Value

string

Type

The type of the resource.

[JsonPropertyName("type")]
[JsonPropertyOrder(-100)]
public virtual string? Type { get; set; }

Property Value

string