Class TermCollection
Results of a terms listing. Terms are defined in business glossary and are used in tagging catalog objects.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class TermCollection
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of items returned. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TermSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TermSummary> | Collection of terms. |
Remarks
Required