TaskRecordCollection¶
-
class
oci.fleet_apps_management.models.TaskRecordCollection(**kwargs)¶ Bases:
objectResults of a task record search. Contains boh TaskRecordSummary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new TaskRecordCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this TaskRecordCollection. -
__init__(**kwargs)¶ Initializes a new TaskRecordCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.TaskRecordSummary]) – The value to assign to the items property of this TaskRecordCollection.
-
items¶ [Required] Gets the items of this TaskRecordCollection. List of task records.
Returns: The items of this TaskRecordCollection. Return type: list[oci.fleet_apps_management.models.TaskRecordSummary]
-