Class TestMetricExtensionDetails
The resource Id on which test will be run
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class TestMetricExtensionDetails
Properties
ResourceIds
Declaration
[Required(ErrorMessage = "ResourceIds is required.")]
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Resource IDs [OCID]. Currently supports only one resource id per request. |
Remarks
Required