DiscoveryJobResultCollection

class oci.data_safe.models.DiscoveryJobResultCollection(**kwargs)

Bases: object

A collection of discovery job result summary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.DiscoveryJobResultSummary]) – The value to assign to the items property of this DiscoveryJobResultCollection.
items

[Required] Gets the items of this DiscoveryJobResultCollection. An array of discovery job result summary objects.

Returns:The items of this DiscoveryJobResultCollection.
Return type:list[oci.data_safe.models.DiscoveryJobResultSummary]