Class MonitoredResourceTasksCollection
A Collection of stack monitoring resource task summaries.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MonitoredResourceTasksCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MonitoredResourceTaskSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MonitoredResourceTaskSummary> | List of stack monitoring resource task summaries. |
Remarks
Required