Name | Type | Description | Notes |
---|---|---|---|
String | Email address of the user | [optional] | |
last_name | String | Last name of the user | [optional] |
first_name | String | First name of the user | [optional] |
require 'brevo'
instance = Brevo::CorporateGroupDetailsResponseUsersInner.new(
email: null,
last_name: null,
first_name: null
)