Show / Hide Table of Contents

Class DimensionValueDetails

Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).

Inheritance
object
DimensionValueDetails
JmesPathDimensionValue
StaticDimensionValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
[JsonConverter(typeof(DimensionValueDetailsModelConverter))]
public class DimensionValueDetails
In this article
Back to top