Show / Hide Table of Contents

Class AvailableServiceCollection

Results of available service provider search, returns available services

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

Properties

Items

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

List of available service providers

Remarks

Required

In this article
Back to top