Show / Hide Table of Contents

Class Capability

Capability supported

Inheritance
object
Capability
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class Capability

Properties

Details

Declaration
[JsonProperty(PropertyName = "details")]
public List<string> Details { get; set; }
Property Value
Type Description
List<string>

values

In this article
Back to top