Show / Hide Table of Contents

Class SoftwareSourceCollection

A set of software sources returned for the {@link #listSoftwareSources(ListSoftwareSourcesRequest) listSoftwareSources} operation.

Inheritance
object
SoftwareSourceCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SoftwareSourceCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SoftwareSourceSummary> Items { get; set; }
Property Value
Type Description
List<SoftwareSourceSummary>

List of software sources.

Remarks

Required

In this article
Back to top