WorkRequestLogCollection¶
-
class
oci.ai_language.models.
WorkRequestLogCollection
(**kwargs)¶ Bases:
object
Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
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.ai_language.models.WorkRequestLog]) – The value to assign to the items property of this WorkRequestLogCollection.
-
items
¶ [Required] Gets the items of this WorkRequestLogCollection. List of workRequestLogEntries.
Returns: The items of this WorkRequestLogCollection. Return type: list[oci.ai_language.models.WorkRequestLog]
-