ExtractDetailsCollection¶
-
class
oci.fusion_apps.models.
ExtractDetailsCollection
(**kwargs)¶ Bases:
object
Results of GenerateExtractDetails for a pod.
Methods
__init__
(**kwargs)Initializes a new ExtractDetailsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ExtractDetailsCollection. -
__init__
(**kwargs)¶ Initializes a new ExtractDetailsCollection 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.ExtractDetailsSummary]) – The value to assign to the items property of this ExtractDetailsCollection.
-
items
¶ [Required] Gets the items of this ExtractDetailsCollection. A page of ExtractDetailsSummary objects.
Returns: The items of this ExtractDetailsCollection. Return type: list[oci.fusion_apps.models.ExtractDetailsSummary]
-