Show / Hide Table of Contents

Class SoftwareSourceVendorCollection

Th set of software source vendors returned for the {@link #listSoftwareSourceVendors(ListSoftwareSourceVendorsRequest) listSoftwareSourceVendors} operation.

Inheritance
object
SoftwareSourceVendorCollection
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 SoftwareSourceVendorCollection

Properties

Items

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

List of software source vendors.

Remarks

Required

In this article
Back to top