PropertyMetadataSummaryCollection¶
- 
class oci.log_analytics.models.PropertyMetadataSummaryCollection(**kwargs)¶
- Bases: - object- A collection of property metadata objects. - Methods - __init__(**kwargs)- Initializes a new PropertyMetadataSummaryCollection object with values from keyword arguments. - Attributes - items- Gets the items of this PropertyMetadataSummaryCollection. - 
__init__(**kwargs)¶
- Initializes a new PropertyMetadataSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.log_analytics.models.PropertyMetadataSummary]) – The value to assign to the items property of this PropertyMetadataSummaryCollection. 
 - 
items¶
- Gets the items of this PropertyMetadataSummaryCollection. An array of properties along with their metadata summary. - Returns: - The items of this PropertyMetadataSummaryCollection. - Return type: - list[oci.log_analytics.models.PropertyMetadataSummary] 
 
-