Class ServiceCollection
A list of Compliance Document Services which exists in the tenancy.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ServiceCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ServiceSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ServiceSummary> | An array of ServiceSummary. |
Remarks
Required