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