FusionEnvironmentCollection¶
-
class
oci.fusion_apps.models.
FusionEnvironmentCollection
(**kwargs)¶ Bases:
object
Results of a fusion environment search.
Methods
__init__
(**kwargs)Initializes a new FusionEnvironmentCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FusionEnvironmentCollection. -
__init__
(**kwargs)¶ Initializes a new FusionEnvironmentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fusion_apps.models.FusionEnvironmentSummary]) – The value to assign to the items property of this FusionEnvironmentCollection.
-
items
¶ [Required] Gets the items of this FusionEnvironmentCollection. A page of FusionEnvironmentSummary objects.
Returns: The items of this FusionEnvironmentCollection. Return type: list[oci.fusion_apps.models.FusionEnvironmentSummary]
-