TrailSequenceCollection¶
-
class
oci.golden_gate.models.
TrailSequenceCollection
(**kwargs)¶ Bases:
object
A list of TrailSequences.
Methods
__init__
(**kwargs)Initializes a new TrailSequenceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TrailSequenceCollection. time_last_fetched
[Required] Gets the time_last_fetched of this TrailSequenceCollection. -
__init__
(**kwargs)¶ Initializes a new TrailSequenceCollection 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 TrailSequenceCollection.
- items (list[oci.golden_gate.models.TrailSequenceSummary]) – The value to assign to the items property of this TrailSequenceCollection.
-
items
¶ [Required] Gets the items of this TrailSequenceCollection. An array of TrailSequences.
Returns: The items of this TrailSequenceCollection. Return type: list[oci.golden_gate.models.TrailSequenceSummary]
-