RecipeSummaryCollection

class oci.golden_gate.models.RecipeSummaryCollection(**kwargs)

Bases: object

The list of Recipe objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.golden_gate.models.RecipeSummary]) – The value to assign to the items property of this RecipeSummaryCollection.
items

[Required] Gets the items of this RecipeSummaryCollection. Array of Recipe Summary

Returns:The items of this RecipeSummaryCollection.
Return type:list[oci.golden_gate.models.RecipeSummary]