CreateEmailRecipientsGroupDetails

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

Bases: object

The saved email recipient group to receive usage statement email.

Methods

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

Attributes

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

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

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

[Required] Gets the compartment_id of this CreateEmailRecipientsGroupDetails. The customer tenancy.

Returns:The compartment_id of this CreateEmailRecipientsGroupDetails.
Return type:str
recipients_list

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

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