memberType = $memberType;
}
/**
* @return int
*/
public function getMemberType()
{
return $this->memberType;
}
/**
* @param string
*/
public function setSquareId($squareId)
{
$this->squareId = $squareId;
}
/**
* @return string
*/
public function getSquareId()
{
return $this->squareId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SquareProto::class, 'Google_Service_CloudSearch_SquareProto');