Table of Contents

Class ParameterProperty

Namespace
Mythosia.AI.Models.Functions
Assembly
Mythosia.AI.Abstractions.dll

Represents a single parameter property

public class ParameterProperty
Inheritance
ParameterProperty
Inherited Members

Properties

Default

public object Default { get; set; }

Property Value

object

Description

public string Description { get; set; }

Property Value

string

Enum

public List<string> Enum { get; set; }

Property Value

List<string>

Items

public ParameterProperty Items { get; set; }

Property Value

ParameterProperty

Type

public string Type { get; set; }

Property Value

string