Class Source
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a base class for sources.
public abstract class Source
- Inheritance
-
Source
- Derived
- Inherited Members
Constructors
Source(string)
Initializes a new instance of the Source class.
protected Source(string type)
Parameters
type
stringThe type of the source.
Properties
Type
Gets the type of the source.
public string Type { get; init; }