ApprovalTemplateCollection

class oci.lockbox.models.ApprovalTemplateCollection(**kwargs)

Bases: object

Results of approval template search. Contains both ApprovalTemplateSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.lockbox.models.ApprovalTemplateSummary]) – The value to assign to the items property of this ApprovalTemplateCollection.
items

[Required] Gets the items of this ApprovalTemplateCollection. List of ApprovalTemplateSummary.

Returns:The items of this ApprovalTemplateCollection.
Return type:list[oci.lockbox.models.ApprovalTemplateSummary]