Class TemplateAnalyticsCollection
The collection of template analytics summary.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class TemplateAnalyticsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TemplateAnalyticsSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateAnalyticsSummary> | The array of template analytics summary. |
Remarks
Required