TriggersCollection¶
-
class
oci.functions.models.
TriggersCollection
(**kwargs)¶ Bases:
object
Results of a Trigger search. Contains boh TriggerSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new TriggersCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TriggersCollection. -
__init__
(**kwargs)¶ Initializes a new TriggersCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.functions.models.TriggerSummary]) – The value to assign to the items property of this TriggersCollection.
-
items
¶ [Required] Gets the items of this TriggersCollection. List of TriggerSummary.
Returns: The items of this TriggersCollection. Return type: list[oci.functions.models.TriggerSummary]
-