Show / Hide Table of Contents

Class DataAssetCollection

Results of a dataAsset search. Contains both DataAssetSummary items and other data.

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

In this article
Back to top