Class TermVersionCollection
Results of the term version search. Contains term version items.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class TermVersionCollectionProperties
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