UploadFileCollection¶
- 
class oci.log_analytics.models.UploadFileCollection(**kwargs)¶
- Bases: - object- Collection of UploadFileSummary objects. - Methods - __init__(**kwargs)- Initializes a new UploadFileCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this UploadFileCollection. - 
__init__(**kwargs)¶
- Initializes a new UploadFileCollection 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.UploadFileSummary]) – The value to assign to the items property of this UploadFileCollection. 
 - 
items¶
- [Required] Gets the items of this UploadFileCollection. List of UploadFileSummary objects. - Returns: - The items of this UploadFileCollection. - Return type: - list[oci.log_analytics.models.UploadFileSummary] 
 
-