TrailFileCollection¶
-
class
oci.golden_gate.models.
TrailFileCollection
(**kwargs)¶ Bases:
object
A list of TrailFiles.
Methods
__init__
(**kwargs)Initializes a new TrailFileCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TrailFileCollection. time_last_fetched
[Required] Gets the time_last_fetched of this TrailFileCollection. -
__init__
(**kwargs)¶ Initializes a new TrailFileCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_last_fetched (datetime) – The value to assign to the time_last_fetched property of this TrailFileCollection.
- items (list[oci.golden_gate.models.TrailFileSummary]) – The value to assign to the items property of this TrailFileCollection.
-
items
¶ [Required] Gets the items of this TrailFileCollection. An array of TrailFiles.
Returns: The items of this TrailFileCollection. Return type: list[oci.golden_gate.models.TrailFileSummary]
-