Class AssociatedResourcesCollection
Results of a resources search. Contains AssociatedResourcesSummary items.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class AssociatedResourcesCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssociatedResourcesSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AssociatedResourcesSummary> | List of associated monitored resources. | 
Remarks
Required