LogAnalyticsTemplateCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsTemplateCollection
(**kwargs)¶ Bases:
object
A collection of template summary objects.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsTemplateCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogAnalyticsTemplateCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsTemplateCollection 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.LogAnalyticsTemplateSummary]) – The value to assign to the items property of this LogAnalyticsTemplateCollection.
-
items
¶ [Required] Gets the items of this LogAnalyticsTemplateCollection. An array of template summary objects.
Returns: The items of this LogAnalyticsTemplateCollection. Return type: list[oci.log_analytics.models.LogAnalyticsTemplateSummary]
-