WorkRequestLogCollection

class oci.data_flow.models.WorkRequestLogCollection(**kwargs)

Bases: object

Results of a query for a list of work request logs. Contains WorkRequestLog items.

Methods

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

Attributes

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

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

[Required] Gets the items of this WorkRequestLogCollection. A list of work request logs.

Returns:The items of this WorkRequestLogCollection.
Return type:list[oci.data_flow.models.WorkRequestLog]