Class EmailRecipientsGroupCollection
The email recipients group collection.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class EmailRecipientsGroupCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EmailRecipientsGroupSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<EmailRecipientsGroupSummary> | The email recipients group list. | 
Remarks
Required