Class MaskingObjectCollection
A collection of masking object summary objects.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class MaskingObjectCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MaskingObjectSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MaskingObjectSummary> | An array of masking object summary objects. | 
Remarks
Required