ForkSyncStatusCollection¶
- 
class oci.devops.models.ForkSyncStatusCollection(**kwargs)¶
- Bases: - object- A collection of Fork Sync Status summaries. - Methods - __init__(**kwargs)- Initializes a new ForkSyncStatusCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ForkSyncStatusCollection. - 
__init__(**kwargs)¶
- Initializes a new ForkSyncStatusCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.devops.models.ForkSyncStatusSummary]) – The value to assign to the items property of this ForkSyncStatusCollection. 
 - 
items¶
- [Required] Gets the items of this ForkSyncStatusCollection. List of fork sync status objects. - Returns: - The items of this ForkSyncStatusCollection. - Return type: - list[oci.devops.models.ForkSyncStatusSummary] 
 
-