Show / Hide Table of Contents

Class DimensionValue

The dimension value for the given dimension name as key.

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

Properties

DimensionValueProp

Declaration
[JsonProperty(PropertyName = "dimensionValue")]
public string DimensionValueProp { get; set; }
Property Value
Type Description
string

The value of the dimension.

In this article
Back to top