Show / Hide Table of Contents

Class DataObjectOtherStandardColumnUnit

Unit details of a data object column of OTHER_STANDARD unit category.

Inheritance
object
DataObjectColumnUnit
DataObjectOtherStandardColumnUnit
Inherited Members
DataObjectColumnUnit.DisplayName
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class DataObjectOtherStandardColumnUnit : DataObjectColumnUnit

Properties

Unit

Declaration
[JsonProperty(PropertyName = "unit")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DataObjectOtherStandardColumnUnit.UnitEnum? Unit { get; set; }
Property Value
Type Description
DataObjectOtherStandardColumnUnit.UnitEnum?

Other standard column unit.

In this article
Back to top