Class DiscoveryJobCollection
Result of the discovery Job search
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class DiscoveryJobCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DiscoveryJobSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DiscoveryJobSummary> | List of Discovery jobs |
Remarks
Required