Class SoftwareSourceRepoCollection
A set of software sources returned for the ListAvailableSoftwareSourcesToAddInCompartment operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SoftwareSourceRepoCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SoftwareSourceRepoSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SoftwareSourceRepoSummary> | List of software sources that are available for specified compartment |
Remarks
Required