Class ProjectCollection
Results of a projects list search. Contains Project objects.
Inherited Members
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class ProjectCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProjectSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProjectSummary> | List of projects |
Remarks
Required