hangoutDurationSecs = $hangoutDurationSecs;
}
/**
* @return string
*/
public function getHangoutDurationSecs()
{
return $this->hangoutDurationSecs;
}
/**
* @param string
*/
public function setMediaType($mediaType)
{
$this->mediaType = $mediaType;
}
/**
* @return string
*/
public function getMediaType()
{
return $this->mediaType;
}
/**
* @param StoredParticipantId[]
*/
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
/**
* @return StoredParticipantId[]
*/
public function getParticipantId()
{
return $this->participantId;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(HangoutEvent::class, 'Google_Service_CloudSearch_HangoutEvent');