LabelSourceCollection¶
- 
class oci.log_analytics.models.LabelSourceCollection(**kwargs)¶
- Bases: - object- LogAnalytics Label Source Collection - Methods - __init__(**kwargs)- Initializes a new LabelSourceCollection object with values from keyword arguments. - Attributes - items- Gets the items of this LabelSourceCollection. - 
__init__(**kwargs)¶
- Initializes a new LabelSourceCollection 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.LabelSourceSummary]) – The value to assign to the items property of this LabelSourceCollection. 
 - 
items¶
- Gets the items of this LabelSourceCollection. An array labels. - Returns: - The items of this LabelSourceCollection. - Return type: - list[oci.log_analytics.models.LabelSourceSummary] 
 
-