kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_RoomLeaveDiagnostics */ public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $leaveDiagnostics) { $this->leaveDiagnostics = $leaveDiagnostics; } /** * @return Google_Service_Games_RoomLeaveDiagnostics */ public function getLeaveDiagnostics() { return $this->leaveDiagnostics; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } }