UniquePropertySet

class oci.stack_monitoring.models.UniquePropertySet(**kwargs)

Bases: object

List of properties.

Methods

__init__(**kwargs) Initializes a new UniquePropertySet object with values from keyword arguments.

Attributes

properties [Required] Gets the properties of this UniquePropertySet.
__init__(**kwargs)

Initializes a new UniquePropertySet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:properties (list[str]) – The value to assign to the properties property of this UniquePropertySet.
properties

[Required] Gets the properties of this UniquePropertySet. List of properties.

Returns:The properties of this UniquePropertySet.
Return type:list[str]