LogAnalyticsLookupCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsLookupCollection
(**kwargs)¶ Bases:
object
LogAnalytics Lookup Collection
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsLookupCollection object with values from keyword arguments. Attributes
items
Gets the items of this LogAnalyticsLookupCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsLookupCollection 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.LogAnalyticsLookup]) – The value to assign to the items property of this LogAnalyticsLookupCollection.
-
items
¶ Gets the items of this LogAnalyticsLookupCollection. list of fields
Returns: The items of this LogAnalyticsLookupCollection. Return type: list[oci.log_analytics.models.LogAnalyticsLookup]
-