LogAnalyticsPreferenceCollection

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

Bases: object

A collection of preference information.

Methods

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

Attributes

items Gets the items of this LogAnalyticsPreferenceCollection.
__init__(**kwargs)

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

Gets the items of this LogAnalyticsPreferenceCollection. An array of tenant preferences.

Returns:The items of this LogAnalyticsPreferenceCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsPreference]