Sha256: c562886354af05a073b09bd0918c90aad6215ce194a760aff51faacfcdf82d43
Contents?: true
Size: 632 Bytes
Versions: 13
Compression:
Stored size: 632 Bytes
Contents
# ElasticEmail::ContactUpdatePayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | First name. | [optional] | | **last_name** | **String** | Last name. | [optional] | | **custom_fields** | **Hash<String, String>** | A key-value collection of custom contact fields which can be used in the system. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ContactUpdatePayload.new( first_name: Fred, last_name: Flintstone, custom_fields: {"city":"New York","age":"34"} ) ```
Version data entries
13 entries across 13 versions & 1 rubygems