Sha256: e3f73d6d3623a30802b8b5b4966ff3b13fc54901f05bfc2bdfcc7ef8a6ac86c5
Contents?: true
Size: 1.27 KB
Versions: 9
Compression:
Stored size: 1.27 KB
Contents
# ElasticEmail::SubAccountInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **public_account_id** | **String** | Public key for limited access to your Account such as contact/add so you can use it safely on public websites. | [optional] | | **email** | **String** | Proper email address. | [optional] | | **settings** | [**SubaccountSettingsInfo**](SubaccountSettingsInfo.md) | | [optional] | | **last_activity** | **Time** | Date of last activity on Account | [optional] | | **email_credits** | **Integer** | Amount of email credits | [optional] | | **total_emails_sent** | **Integer** | Amount of emails sent from this Account | [optional] | | **reputation** | **Float** | Numeric reputation | [optional] | | **status** | [**AccountStatusEnum**](AccountStatusEnum.md) | | [optional][default to 'Disabled'] | | **contacts_count** | **Integer** | How many contacts this SubAccount has stored | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SubAccountInfo.new( public_account_id: EB3EBB7A-C20D-4D39-8F2F-5E6842F58E6F, email: mail@example.com, settings: null, last_activity: null, email_credits: 1000, total_emails_sent: 1000, reputation: 100, status: null, contacts_count: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems