Class DataSelectorPatternDetails
List of pattern Ids. Used in the addition and removal of patterns in data assets.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class DataSelectorPatternDetails
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<string> Items { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Collection of pattern Ids. |
Remarks
Required