Show / Hide Table of Contents

Class CategoryCollection

Results of a category search. Contains the category items.

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

Properties

Items

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

List of category summary.

Remarks

Required

In this article
Back to top