Show / Hide Table of Contents

Class ValueListEntity

Metadata for a value list entity.

Inheritance
object
Entity
ValueListEntity
Inherited Members
Entity.Id
Entity.Name
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 ValueListEntity : Entity

Properties

Values

Declaration
[Required(ErrorMessage = "Values is required.")]
[JsonProperty(PropertyName = "values")]
public List<StaticEntityValue> Values { get; set; }
Property Value
Type Description
List<StaticEntityValue>

List of values for a value list entity.

Remarks

Required

In this article
Back to top