TemplateCategorySummaryCollection

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

Bases: object

Results of a ListTemplateCategories operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this TemplateCategorySummaryCollection. A list of template categories.

Returns:The items of this TemplateCategorySummaryCollection.
Return type:list[oci.resource_manager.models.TemplateCategorySummary]