UploadCollection

class oci.log_analytics.models.UploadCollection(**kwargs)

Bases: object

Collection of UploadSummary objects.

Methods

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

Attributes

items [Required] Gets the items of this UploadCollection.
__init__(**kwargs)

Initializes a new UploadCollection 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.UploadSummary]) – The value to assign to the items property of this UploadCollection.
items

[Required] Gets the items of this UploadCollection. List of UploadSummary objects.

Returns:The items of this UploadCollection.
Return type:list[oci.log_analytics.models.UploadSummary]