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]
time_last_fetched

[Required] Gets the time_last_fetched of this TrailSequenceCollection. The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_last_fetched of this TrailSequenceCollection.
Return type:datetime