TemplateSummaryCollection

class oci.resource_manager.models.TemplateSummaryCollection(**kwargs)

Bases: object

Results of a ListTemplates operation.

Methods

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

Attributes

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

Initializes a new TemplateSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.resource_manager.models.TemplateSummary]) – The value to assign to the items property of this TemplateSummaryCollection.
items

[Required] Gets the items of this TemplateSummaryCollection. A list of template summaries.

Returns:The items of this TemplateSummaryCollection.
Return type:list[oci.resource_manager.models.TemplateSummary]