LogAnalyticsPreferenceDetails

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

Bases: object

Preference information used to update preference settings.

Methods

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

Attributes

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

Initializes a new LogAnalyticsPreferenceDetails 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 LogAnalyticsPreferenceDetails.
items

Gets the items of this LogAnalyticsPreferenceDetails. An array of tenant preference details.

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