WorkRequestLogCollection

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

Bases: object

Collection of work request logs.

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

[Required] Gets the items of this WorkRequestLogCollection. Work request logs.

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