Show / Hide Table of Contents

Class TermVersionCollection

Results of the term version search. Contains term version items.

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

Properties

Items

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

List of the Terms version summary.

Remarks

Required

In this article
Back to top