ContactDto
The primary contact for this podcast.
emailstring
Email address of the contact
Example:
ops@example.comfirst_namestring
First name of the contact
Example:
Janelast_namestring
Last name of the contact
Example:
Doerolestringnullable
Optional free-form role or title of the contact
Example:
Head of PartnershipsContactDto
{
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
}