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