JobCollection¶
-
class
oci.database_migration.models.
JobCollection
(**kwargs)¶ Bases:
object
Results of a Job search. Contains JobSummary items.
Methods
__init__
(**kwargs)Initializes a new JobCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this JobCollection. -
__init__
(**kwargs)¶ Initializes a new JobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_migration.models.JobSummary]) – The value to assign to the items property of this JobCollection.
-
items
¶ [Required] Gets the items of this JobCollection. Items in collection.
Returns: The items of this JobCollection. Return type: list[oci.database_migration.models.JobSummary]
-