Class ContentBase NamespaceAutoGen.Anthropic.DTO AssemblyAutoGen.Anthropic.dll public abstract class ContentBase Inheritance object ContentBase Derived ImageContent TextContent ToolResultContent ToolUseContent Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties CacheControl [JsonPropertyName("cache_control")] public CacheControl? CacheControl { get; set; } Property Value CacheControl Type [JsonPropertyName("type")] public abstract string Type { get; } Property Value string