UploadWarningCollection

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

Bases: object

Collection of UploadWarningSummary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this UploadWarningCollection. list of UploadWarningSummary objects.

Returns:The items of this UploadWarningCollection.
Return type:list[oci.log_analytics.models.UploadWarningSummary]