PropertyDetails¶
-
class
oci.stack_monitoring.models.
PropertyDetails
(**kwargs)¶ Bases:
object
Property Details
Methods
__init__
(**kwargs)Initializes a new PropertyDetails object with values from keyword arguments. Attributes
properties_map
Gets the properties_map of this PropertyDetails. -
__init__
(**kwargs)¶ Initializes a new PropertyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: properties_map (dict(str, str)) – The value to assign to the properties_map property of this PropertyDetails.
-
properties_map
¶ Gets the properties_map of this PropertyDetails. Key/Value pair of Property
Returns: The properties_map of this PropertyDetails. Return type: dict(str, str)
-