Show / Hide Table of Contents

Class PropertyDetails

Property Details

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

Properties

PropertiesMap

Declaration
[JsonProperty(PropertyName = "propertiesMap")]
public Dictionary<string, string> PropertiesMap { get; set; }
Property Value
Type Description
Dictionary<string, string>

Key/Value pair of Property

In this article
Back to top