Class TrailSequenceCollection
A list of TrailSequences.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class TrailSequenceCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TrailSequenceSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TrailSequenceSummary> | An array of TrailSequences. |
Remarks
Required
TimeLastFetched
Declaration
[Required(ErrorMessage = "TimeLastFetched is required.")]
[JsonProperty(PropertyName = "timeLastFetched")]
public DateTime? TimeLastFetched { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the data was last fetched from the deployment. The format is defined by
RFC3339, such as |
Remarks
Required