Class CustomPropertyCollection
Results of a custom properties listing. A custom property is an user defined attribute tied to the first class object of data catalog
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class CustomPropertyCollection
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<CustomPropertySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<CustomPropertySummary> | Collection of custom property summaries |
Remarks
Required