Show / Hide Table of Contents

Class DataSelectorPatternDetails

List of pattern Ids. Used in the addition and removal of patterns in data assets.

Inheritance
object
DataSelectorPatternDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top