Class DataAssetCollection
Results of a dataAsset search. Contains both DataAssetSummary items and other data.
Inherited Members
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class DataAssetCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DataAssetSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DataAssetSummary> | List of dataAssets. |
Remarks
Required