Show / Hide Table of Contents

Class StaticEntityValue

Value in a static entity.

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

Properties

CanonicalName

Declaration
[Required(ErrorMessage = "CanonicalName is required.")]
[JsonProperty(PropertyName = "canonicalName")]
public string CanonicalName { get; set; }
Property Value
Type Description
string

Value for a static entity.

Remarks

Required

NaturalLanguageMapping

Declaration
[JsonProperty(PropertyName = "naturalLanguageMapping")]
public StaticEntityValueNaturalLanguageMapping NaturalLanguageMapping { get; set; }
Property Value
Type Description
StaticEntityValueNaturalLanguageMapping
In this article
Back to top