ProfileContactInfo
data class ProfileContactInfo(val homePhone: String? = null, val workPhone: String? = null, val cellPhone: String? = null, val email: String? = null, val contactForm: URI? = null, val calendar: URI? = null)
Deprecated
This class is deprecated and will be removed in a future release.
Replace with
com.gravatar.restapi.models.ProfileContactInfo
Content copied to clipboard
The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.
Parameters
homePhone
The user's home phone number.
workPhone
The user's work phone number.
cellPhone
The user's cell phone number.
email
The user's email address as provided on the contact section of the profile. Might differ from their account emails.
contactForm
The URL to the user's contact form.
calendar
The URL to the user's calendar.