Sha256: dd707c2913cb10e5c4d7585a35d654473603933ae082148ead791140fc290665
Contents?: true
Size: 744 Bytes
Versions: 10
Compression:
Stored size: 744 Bytes
Contents
# ElasticEmail::SmtpCredentialsPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the Credential for ease of reference. It must be a valid email address. | | | **expires** | **Time** | Date this SmtpCredential expires. | [optional] | | **restrict_access_to_ip_range** | **Array<String>** | Which IPs can use this SmtpCredential | [optional] | | **subaccount** | **String** | Email of the subaccount for which this SmtpCredential should be created | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SmtpCredentialsPayload.new( name: null, expires: null, restrict_access_to_ip_range: null, subaccount: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems