Show / Hide Table of Contents

Class DataObjectRateColumnUnit

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

Inheritance
object
DataObjectColumnUnit
DataObjectRateColumnUnit
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 DataObjectRateColumnUnit : DataObjectColumnUnit

Properties

Denominator

Declaration
[JsonProperty(PropertyName = "denominator")]
public DataObjectColumnUnit Denominator { get; set; }
Property Value
Type Description
DataObjectColumnUnit

Numerator

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