Class TermRelationshipCollection
Results of a terms relationship listing. Term relationships are associations between two terms in business glossary.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class TermRelationshipCollection
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<TermRelationshipSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TermRelationshipSummary> | Collection of term relationships. |
Remarks
Required