WorkRequestLogEntryCollection¶
-
class
oci.visual_builder.models.
WorkRequestLogEntryCollection
(**kwargs)¶ Bases:
object
Result of a WorkRequest Log request. Contains list of WorkRequestLog items.
Methods
__init__
(**kwargs)Initializes a new WorkRequestLogEntryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WorkRequestLogEntryCollection. -
__init__
(**kwargs)¶ Initializes a new WorkRequestLogEntryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.visual_builder.models.WorkRequestLogEntry]) – The value to assign to the items property of this WorkRequestLogEntryCollection.
-
items
¶ [Required] Gets the items of this WorkRequestLogEntryCollection. List of objects containing logs related to a specific work request..
Returns: The items of this WorkRequestLogEntryCollection. Return type: list[oci.visual_builder.models.WorkRequestLogEntry]
-