NamespaceCollection

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

Bases: object

This is a list of NamespaceSummary: there is at most one item in the list.

Methods

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

Attributes

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

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

[Required] Gets the items of this NamespaceCollection. There is at most one item in the items array.

Returns:The items of this NamespaceCollection.
Return type:list[oci.log_analytics.models.NamespaceSummary]