DiscoveryJobCollection

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

Bases: object

A collection of discovery job summary objects.

Methods

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

Attributes

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

Initializes a new DiscoveryJobCollection 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.DiscoveryJobSummary]) – The value to assign to the items property of this DiscoveryJobCollection.
items

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

Returns:The items of this DiscoveryJobCollection.
Return type:list[oci.data_safe.models.DiscoveryJobSummary]