Class SyncJobCollection
Results of a sync job search. Contains both sync job summary items and other information, such as metadata.
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class SyncJobCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SyncJobSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SyncJobSummary> | List of sync jobs. |
Remarks
Required