StackCollection

class oci.dif.models.StackCollection(**kwargs)

Bases: object

Results of a Stack search. Contains both StackSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.dif.models.StackSummary]) – The value to assign to the items property of this StackCollection.
items

[Required] Gets the items of this StackCollection. List of Stacks.

Returns:The items of this StackCollection.
Return type:list[oci.dif.models.StackSummary]