UpdateEmailRecipientsGroupDetails

class oci.usage_api.models.UpdateEmailRecipientsGroupDetails(**kwargs)

Bases: object

The saved email recipient group to receive usage statement email.

Methods

__init__(**kwargs) Initializes a new UpdateEmailRecipientsGroupDetails object with values from keyword arguments.

Attributes

recipients_list [Required] Gets the recipients_list of this UpdateEmailRecipientsGroupDetails.
__init__(**kwargs)

Initializes a new UpdateEmailRecipientsGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:recipients_list (list[oci.usage_api.models.EmailRecipient]) – The value to assign to the recipients_list property of this UpdateEmailRecipientsGroupDetails.
recipients_list

[Required] Gets the recipients_list of this UpdateEmailRecipientsGroupDetails. The list of recipient will receive the usage statement email.

Returns:The recipients_list of this UpdateEmailRecipientsGroupDetails.
Return type:list[oci.usage_api.models.EmailRecipient]