# SibApiV3Sdk::SendReportEmail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **subject** | **String** | Subject of the email message | [optional] **to** | **Array<String>** | Email addresses of the recipients | [optional] **content_type** | **String** | Type of the message body | [optional] **bcc** | **Array<String>** | Email addresses of the recipients in bcc | [optional] **cc** | **Array<String>** | Email addresses of the recipients in cc | [optional] **body** | **String** | Body of the email message | [optional]